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:
parent
252bfbdc9a
commit
b29acea616
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue