aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-02-16 09:41:35 +0000
committerPavel Janík <[email protected]>2002-02-16 09:41:35 +0000
commitff33c23537d05e547931f066c3144c4dee09fe19 (patch)
tree70aad2d78a17781253d298159aad2f2ee86f01ef
parent9d52d4b173ab6ed5def0672a917d8c927e8193d9 (diff)
(eshell-unix-initialize): Do not use make-local-hook.
-rw-r--r--lisp/eshell/em-unix.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el
index 2fb08d290c..0a41b04875 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)