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-dirs.el


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

Index: emacs/lisp/eshell/em-dirs.el
diff -c emacs/lisp/eshell/em-dirs.el:1.8 emacs/lisp/eshell/em-dirs.el:1.9
*** emacs/lisp/eshell/em-dirs.el:1.8    Sun Jul 15 15:53:53 2001
--- emacs/lisp/eshell/em-dirs.el        Sat Feb 16 04:38:26 2002
***************
*** 211,217 ****
                      'eshell-dirs-substitute-cd)
                eshell-interpreter-alist)))
  
-   (make-local-hook 'eshell-parse-argument-hook)
    (add-hook 'eshell-parse-argument-hook
            'eshell-parse-user-reference nil t)
    (if (eshell-under-windows-p)
--- 211,216 ----
***************
*** 219,225 ****
                'eshell-parse-drive-letter nil t))
  
    (when (eshell-using-module 'eshell-cmpl)
-     (make-local-hook 'pcomplete-try-first-hook)
      (add-hook 'pcomplete-try-first-hook
              'eshell-complete-user-reference nil t))
  
--- 218,223 ----
***************
*** 231,237 ****
    (unless eshell-last-dir-ring
      (setq eshell-last-dir-ring (make-ring eshell-last-dir-ring-size)))
  
-   (make-local-hook 'eshell-exit-hook)
    (add-hook 'eshell-exit-hook 'eshell-write-last-dir-ring nil t)
  
    (add-hook 'kill-emacs-hook 'eshell-save-some-last-dir))
--- 229,234 ----



reply via email to

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