comparison lisp/comint.el @ 65113:58d4ddcf0c9a

(comint-file-name-prefix): Add autoload.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Aug 2005 10:56:51 +0000
parents fe9134f14297
children e0ee2d15f961 2d92f5c9d6ae
comparison
equal deleted inserted replaced
65112:c877fbcb64de 65113:58d4ddcf0c9a
2589 2589
2590 Note that this applies to `comint-dynamic-complete-filename' only." 2590 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.
2596 This is used by Comint's and shell's completion functions, and by shell's 2597 This is used by Comint's and shell's completion functions, and by shell's
2597 directory tracking functions.") 2598 directory tracking functions.")
2598 2599