(comint-file-name-prefix): Add autoload.
This commit is contained in:
parent
f74505caad
commit
2ae12bb0da
1 changed files with 1 additions and 0 deletions
|
|
@ -2591,6 +2591,7 @@ Note that this applies to `comint-dynamic-complete-filename' only."
|
|||
:type '(repeat (string :tag "Suffix"))
|
||||
:group 'comint-completion)
|
||||
|
||||
;;;###autoload
|
||||
(defvar comint-file-name-prefix ""
|
||||
"Prefix prepended to absolute file names taken from process input.
|
||||
This is used by Comint's and shell's completion functions, and by shell's
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue