1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(eshell-ext-initialize): Do not use make-local-hook.

This commit is contained in:
Pavel Janík 2002-02-16 09:42:35 +00:00
parent 252bfbdc9a
commit b29acea616

View 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)