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/em-smart.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-smart.el
Date: Sat, 16 Feb 2002 04:41:11 -0500

Index: emacs/lisp/eshell/em-smart.el
diff -c emacs/lisp/eshell/em-smart.el:1.9 emacs/lisp/eshell/em-smart.el:1.10
*** emacs/lisp/eshell/em-smart.el:1.9   Sun Jul 15 15:53:53 2001
--- emacs/lisp/eshell/em-smart.el       Sat Feb 16 04:41:11 2002
***************
*** 172,193 ****
      (set (make-local-variable 'eshell-scroll-to-bottom-on-input) nil)
      (set (make-local-variable 'eshell-scroll-show-maximum-output) t)
  
-     (make-local-hook 'window-scroll-functions)
      (add-hook 'window-scroll-functions 'eshell-smart-scroll-window nil t)
      (add-hook 'window-configuration-change-hook 'eshell-refresh-windows)
  
-     (make-local-hook 'eshell-output-filter-functions)
      (add-hook 'eshell-output-filter-functions 'eshell-refresh-windows t t)
  
-     (make-local-hook 'pre-command-hook)
-     (make-local-hook 'after-change-functions)
      (add-hook 'after-change-functions 'eshell-disable-after-change nil t)
  
-     (make-local-hook 'eshell-input-filter-functions)
      (add-hook 'eshell-input-filter-functions 'eshell-smart-display-setup nil 
t)
  
      (make-local-variable 'eshell-smart-command-done)
-     (make-local-hook 'eshell-post-command-hook)
      (add-hook 'eshell-post-command-hook
              (function
               (lambda ()
--- 172,187 ----



reply via email to

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