changeset 43334:fcff0a75131f

(eshell-unix-initialize): Do not use make-local-hook.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 16 Feb 2002 09:41:35 +0000
parents 8ef92d7fb166
children bb0835bc6023
files lisp/eshell/em-unix.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-unix.el	Sat Feb 16 09:41:11 2002 +0000
+++ b/lisp/eshell/em-unix.el	Sat Feb 16 09:41:35 2002 +0000
@@ -141,9 +141,7 @@
 
 (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)