]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-output-filter-functions): Add autoload cookie.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 29 Apr 2005 00:27:51 +0000 (00:27 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 29 Apr 2005 00:27:51 +0000 (00:27 +0000)
lisp/comint.el

index ee620ab75f850f0565c7e7ae2f7e4629345ac28b..fbb5810de16ed7bfca60aee5e9e48f6bd7dffac7 100644 (file)
@@ -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'.