summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-04-29 00:27:51 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-04-29 00:27:51 +0000
commit470734148d5ca388cfce256c5b970f677353fed5 (patch)
tree847bbe64e5d6b15a865a18b73ccb609feea66987 /lisp/comint.el
parente870ee60ba5d106368ee3b828e4765d0b1201fa0 (diff)
downloademacs-470734148d5ca388cfce256c5b970f677353fed5.tar.gz
(comint-output-filter-functions): Add autoload cookie.
Diffstat (limited to 'lisp/comint.el')
-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.")
"Abnormal hook run before input is sent to the process.
These functions get one argument, a string containing the text to send.")
+;;;###autoload
(defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt)
"Functions to call after output is inserted into the buffer.
One possible function is `comint-postoutput-scroll-to-bottom'.