diff options
| author | Luc Teirlinck | 2005-04-29 00:27:51 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-04-29 00:27:51 +0000 |
| commit | 973668cc8ca6b8abc903d50d19ed3009fdb89609 (patch) | |
| tree | 2b5e9992db7e23359a8e365cca0ed5d52cc9489e | |
| parent | 7eb6ede5455d4619cf7061427f84fce8437335a8 (diff) | |
| download | emacs-973668cc8ca6b8abc903d50d19ed3009fdb89609.tar.gz emacs-973668cc8ca6b8abc903d50d19ed3009fdb89609.zip | |
(comint-output-filter-functions): Add autoload cookie.
| -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.") | |||
| 373 | "Abnormal hook run before input is sent to the process. | 373 | "Abnormal hook run before input is sent to the process. |
| 374 | These functions get one argument, a string containing the text to send.") | 374 | These 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. |
| 378 | One possible function is `comint-postoutput-scroll-to-bottom'. | 379 | One possible function is `comint-postoutput-scroll-to-bottom'. |