aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-04-29 00:27:51 +0000
committerLuc Teirlinck2005-04-29 00:27:51 +0000
commit973668cc8ca6b8abc903d50d19ed3009fdb89609 (patch)
tree2b5e9992db7e23359a8e365cca0ed5d52cc9489e
parent7eb6ede5455d4619cf7061427f84fce8437335a8 (diff)
downloademacs-973668cc8ca6b8abc903d50d19ed3009fdb89609.tar.gz
emacs-973668cc8ca6b8abc903d50d19ed3009fdb89609.zip
(comint-output-filter-functions): Add autoload cookie.
-rw-r--r--lisp/comint.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index ee620ab75f8..fbb5810de16 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -373,6 +373,7 @@ history list. Default is to save anything that isn't all whitespace.")
373 "Abnormal hook run before input is sent to the process. 373 "Abnormal hook run before input is sent to the process.
374These functions get one argument, a string containing the text to send.") 374These functions get one argument, a string containing the text to send.")
375 375
376;;;###autoload
376(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) 377(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)
377 "Functions to call after output is inserted into the buffer. 378 "Functions to call after output is inserted into the buffer.
378One possible function is `comint-postoutput-scroll-to-bottom'. 379One possible function is `comint-postoutput-scroll-to-bottom'.