Mercurial > emacs
changeset 84710:ef255e3b79f5
(eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 21 Sep 2007 02:59:33 +0000 |
parents | d2f40fc69da0 |
children | f5f984f1f04b |
files | lisp/eshell/esh-mode.el |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)