From: Luc Teirlinck Date: Fri, 29 Apr 2005 00:27:51 +0000 (+0000) Subject: (comint-output-filter-functions): Add autoload cookie. X-Git-Tag: ttn-vms-21-2-B4~670 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=973668cc8ca6b8abc903d50d19ed3009fdb89609;p=emacs.git (comint-output-filter-functions): Add autoload cookie. --- 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'.