From 973668cc8ca6b8abc903d50d19ed3009fdb89609 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Fri, 29 Apr 2005 00:27:51 +0000 Subject: [PATCH] (comint-output-filter-functions): Add autoload cookie. --- lisp/comint.el | 1 + 1 file changed, 1 insertion(+) 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'. -- 2.39.2