Mercurial > emacs
changeset 43336:203308d314de
(eshell-ext-initialize): Do not use make-local-hook.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 16 Feb 2002 09:42:35 +0000 |
parents | bb0835bc6023 |
children | fbc49c7a3803 |
files | lisp/eshell/esh-ext.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-ext.el Sat Feb 16 09:42:11 2002 +0000 +++ b/lisp/eshell/esh-ext.el Sat Feb 16 09:42:35 2002 +0000 @@ -161,7 +161,6 @@ (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)