aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-08-25 10:56:51 +0000
committerRichard M. Stallman2005-08-25 10:56:51 +0000
commit2ae12bb0da30acb3ac81ccc7e93af92435401d15 (patch)
tree7554794053c5e2947ef9232b6e88c0854303a3b9
parentf74505caad46410c1bf018ce731a59344253da8d (diff)
downloademacs-2ae12bb0da30acb3ac81ccc7e93af92435401d15.tar.gz
emacs-2ae12bb0da30acb3ac81ccc7e93af92435401d15.zip
(comint-file-name-prefix): Add autoload.
-rw-r--r--lisp/comint.el1
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."
2591 :type '(repeat (string :tag "Suffix")) 2591 :type '(repeat (string :tag "Suffix"))
2592 :group 'comint-completion) 2592 :group 'comint-completion)
2593 2593
2594;;;###autoload
2594(defvar comint-file-name-prefix "" 2595(defvar comint-file-name-prefix ""
2595 "Prefix prepended to absolute file names taken from process input. 2596 "Prefix prepended to absolute file names taken from process input.
2596This is used by Comint's and shell's completion functions, and by shell's 2597This is used by Comint's and shell's completion functions, and by shell's