comparison lisp/comint.el @ 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 1cd2d4d601fa
children 073c3cc1d1d5 08185296b491
comparison
equal deleted inserted replaced
61921:ef7fa52e5553 61922:073c1d646ae1
371 371
372 (defvar comint-input-filter-functions '() 372 (defvar comint-input-filter-functions '()
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'.
379 These functions get one argument, a string containing the text as originally 380 These functions get one argument, a string containing the text as originally
380 inserted. Note that this might not be the same as the buffer contents between 381 inserted. Note that this might not be the same as the buffer contents between