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


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

Index: emacs/lisp/eshell/em-unix.el
diff -c emacs/lisp/eshell/em-unix.el:1.16 emacs/lisp/eshell/em-unix.el:1.17
*** emacs/lisp/eshell/em-unix.el:1.16   Tue Oct 16 22:00:20 2001
--- emacs/lisp/eshell/em-unix.el        Sat Feb 16 04:41:35 2002
***************
*** 141,149 ****
  
  (defun eshell-unix-initialize ()
    "Initialize the UNIX support/emulation code."
-   (make-local-hook 'eshell-post-command-hook)
    (when (eshell-using-module 'eshell-cmpl)
-     (make-local-hook 'pcomplete-try-first-hook)
      (add-hook 'pcomplete-try-first-hook
              'eshell-complete-host-reference nil t))
    (make-local-variable 'eshell-complex-commands)
--- 141,147 ----



reply via email to

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