From: Pavel Janík Date: Sat, 16 Feb 2002 09:41:35 +0000 (+0000) Subject: (eshell-unix-initialize): Do not use make-local-hook. X-Git-Tag: ttn-vms-21-2-B4~16646 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff33c23537d05e547931f066c3144c4dee09fe19;p=emacs.git (eshell-unix-initialize): Do not use make-local-hook. --- diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index 2fb08d290c7..0a41b04875e 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el @@ -141,9 +141,7 @@ Otherwise, Emacs will attempt to use rsh to invoke du on the remote machine." (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)