diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-04-29 00:27:51 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-04-29 00:27:51 +0000 |
commit | 470734148d5ca388cfce256c5b970f677353fed5 (patch) | |
tree | 847bbe64e5d6b15a865a18b73ccb609feea66987 /lisp/comint.el | |
parent | e870ee60ba5d106368ee3b828e4765d0b1201fa0 (diff) | |
download | emacs-470734148d5ca388cfce256c5b970f677353fed5.tar.gz |
(comint-output-filter-functions): Add autoload cookie.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 1 |
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'. |