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)