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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-mode.el
Date: Sat, 16 Feb 2002 04:43:17 -0500

Index: emacs/lisp/eshell/esh-mode.el
diff -c emacs/lisp/eshell/esh-mode.el:1.14 emacs/lisp/eshell/esh-mode.el:1.15
*** emacs/lisp/eshell/esh-mode.el:1.14  Mon Jul 16 08:59:04 2001
--- emacs/lisp/eshell/esh-mode.el       Sat Feb 16 04:43:17 2002
***************
*** 415,422 ****
        (if (and load-hook (boundp load-hook))
          (run-hooks load-hook))))
  
-   (make-local-hook 'pre-command-hook)
- 
    (if eshell-send-direct-to-subprocesses
        (add-hook 'pre-command-hook 'eshell-intercept-commands t t))
  
--- 415,420 ----
***************
*** 427,438 ****
      (set (make-local-variable 'scroll-conservatively) 1000))
  
    (when eshell-status-in-modeline
-     (make-local-hook 'eshell-pre-command-hook)
      (add-hook 'eshell-pre-command-hook 'eshell-command-started nil t)
-     (make-local-hook 'eshell-post-command-hook)
      (add-hook 'eshell-post-command-hook 'eshell-command-finished nil t))
  
-   (make-local-hook 'kill-buffer-hook)
    (add-hook 'kill-buffer-hook
            (function
             (lambda ()
--- 425,433 ----



reply via email to

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