diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-02-16 09:41:35 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-02-16 09:41:35 +0000 |
commit | ff33c23537d05e547931f066c3144c4dee09fe19 (patch) | |
tree | 70aad2d78a17781253d298159aad2f2ee86f01ef /lisp/eshell | |
parent | 9d52d4b173ab6ed5def0672a917d8c927e8193d9 (diff) | |
download | emacs-ff33c23537d05e547931f066c3144c4dee09fe19.tar.gz |
(eshell-unix-initialize): Do not use make-local-hook.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/em-unix.el | 2 |
1 files changed, 0 insertions, 2 deletions
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) |