aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorPavel Janík2002-02-16 09:42:35 +0000
committerPavel Janík2002-02-16 09:42:35 +0000
commitb29acea616001c66b573bb02810758fbaae9dcb2 (patch)
tree2e82b8b002c1ec6527ea43f6de458644714332d1 /lisp/eshell
parent252bfbdc9aee3bf968a214425dd4790107d4532d (diff)
downloademacs-b29acea616001c66b573bb02810758fbaae9dcb2.tar.gz
emacs-b29acea616001c66b573bb02810758fbaae9dcb2.zip
(eshell-ext-initialize): Do not use make-local-hook.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/esh-ext.el1
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)