emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el, v [EMACS_22_BASE


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el, v [EMACS_22_BASE]
Date: Sat, 22 Sep 2007 02:44:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/09/22 02:44:27

Index: esh-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/eshell/esh-mode.el,v
retrieving revision 1.28.2.1
retrieving revision 1.28.2.2
diff -u -b -r1.28.2.1 -r1.28.2.2
--- esh-mode.el 25 Jul 2007 04:14:24 -0000      1.28.2.1
+++ esh-mode.el 22 Sep 2007 02:44:27 -0000      1.28.2.2
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]