diff options
| -rw-r--r-- | lisp/eshell/esh-ext.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 \." | |||
| 161 | 161 | ||
| 162 | (defun eshell-ext-initialize () | 162 | (defun eshell-ext-initialize () |
| 163 | "Initialize the external command handling code." | 163 | "Initialize the external command handling code." |
| 164 | (make-local-hook 'eshell-named-command-hook) | ||
| 165 | (add-hook 'eshell-named-command-hook 'eshell-explicit-command nil t)) | 164 | (add-hook 'eshell-named-command-hook 'eshell-explicit-command nil t)) |
| 166 | 165 | ||
| 167 | (defun eshell-explicit-command (command args) | 166 | (defun eshell-explicit-command (command args) |