From ff33c23537d05e547931f066c3144c4dee09fe19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 16 Feb 2002 09:41:35 +0000 Subject: [PATCH] (eshell-unix-initialize): Do not use make-local-hook. --- lisp/eshell/em-unix.el | 2 -- 1 file changed, 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) -- 2.39.5