# HG changeset patch # User Glenn Morris # Date 1190429067 0 # Node ID 238c49dfaa1b1e01891f7f2b9afaaea4921b318e # Parent b77f2b24ff2d4784c98e6c8d356e556623eaf816 (eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom. diff -r b77f2b24ff2d -r 238c49dfaa1b lisp/eshell/esh-mode.el --- a/lisp/eshell/esh-mode.el Sat Sep 22 02:44:05 2007 +0000 +++ b/lisp/eshell/esh-mode.el Sat Sep 22 02:44:27 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)