Mercurial > emacs
changeset 61922:073c1d646ae1
(comint-output-filter-functions): Add autoload cookie.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 29 Apr 2005 00:27:51 +0000 |
parents | ef7fa52e5553 |
children | 88492f3ccffa |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Fri Apr 29 00:26:16 2005 +0000 +++ b/lisp/comint.el Fri Apr 29 00:27:51 2005 +0000 @@ -373,6 +373,7 @@ "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'.