From 2ae12bb0da30acb3ac81ccc7e93af92435401d15 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 25 Aug 2005 10:56:51 +0000 Subject: [PATCH] (comint-file-name-prefix): Add autoload. --- lisp/comint.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2