diff options
| author | Richard M. Stallman <rms@gnu.org> | 2005-08-25 10:56:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2005-08-25 10:56:51 +0000 |
| commit | 2ae12bb0da30acb3ac81ccc7e93af92435401d15 (patch) | |
| tree | 7554794053c5e2947ef9232b6e88c0854303a3b9 /lisp | |
| parent | f74505caad46410c1bf018ce731a59344253da8d (diff) | |
| download | emacs-2ae12bb0da30acb3ac81ccc7e93af92435401d15.tar.gz | |
(comint-file-name-prefix): Add autoload.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/comint.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 589aba9321a..0977663808a 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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 |
