From: Pavel Janík Date: Sat, 16 Feb 2002 09:42:35 +0000 (+0000) Subject: (eshell-ext-initialize): Do not use make-local-hook. X-Git-Tag: ttn-vms-21-2-B4~16644 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b29acea616001c66b573bb02810758fbaae9dcb2;p=emacs.git (eshell-ext-initialize): Do not use make-local-hook. --- diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index 6f8c5e0c7c8..d8dc05691c7 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el @@ -161,7 +161,6 @@ external version. UNIX users may prefer this variable to be \." (defun eshell-ext-initialize () "Initialize the external command handling code." - (make-local-hook 'eshell-named-command-hook) (add-hook 'eshell-named-command-hook 'eshell-explicit-command nil t)) (defun eshell-explicit-command (command args)