# HG changeset patch # User Pavel Jank # Date 1013852555 0 # Node ID 203308d314de0e739a930a0a53aa2d27dfb9b021 # Parent bb0835bc60231932944de6dc299a84430aa74380 (eshell-ext-initialize): Do not use make-local-hook. diff -r bb0835bc6023 -r 203308d314de lisp/eshell/esh-ext.el --- 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)