]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-ext-initialize): Do not use make-local-hook.
authorPavel Janík <Pavel@Janik.cz>
Sat, 16 Feb 2002 09:42:35 +0000 (09:42 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 16 Feb 2002 09:42:35 +0000 (09:42 +0000)
lisp/eshell/esh-ext.el

index 6f8c5e0c7c8ac88c704c5debc85c0eb807901074..d8dc05691c7b4d7d7f2836dd8ae1b48ae1f725d6 100644 (file)
@@ -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)