# HG changeset patch # User Glenn Morris # Date 1190343573 0 # Node ID ef255e3b79f5504578d2443bf3e3fce2048d6aaa # Parent d2f40fc69da01bdf9ebefeab1791d0f183a6b308 (eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom. diff -r d2f40fc69da0 -r ef255e3b79f5 lisp/eshell/esh-mode.el --- a/lisp/eshell/esh-mode.el Fri Sep 21 02:59:20 2007 +0000 +++ b/lisp/eshell/esh-mode.el Fri Sep 21 02:59:33 2007 +0000 @@ -165,7 +165,8 @@ :group 'eshell-mode) (defcustom eshell-output-filter-functions - '(eshell-handle-control-codes + '(eshell-postoutput-scroll-to-bottom + eshell-handle-control-codes eshell-watch-for-password-prompt) "*Functions to call before output is displayed. These functions are only called for output that is displayed @@ -880,9 +881,6 @@ nil t) (set-buffer current)))) -(custom-add-option 'eshell-output-filter-functions - 'eshell-postoutput-scroll-to-bottom) - (defun eshell-beginning-of-input () "Return the location of the start of the previous input." eshell-last-input-start)