From b29acea616001c66b573bb02810758fbaae9dcb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 16 Feb 2002 09:42:35 +0000 Subject: [PATCH] (eshell-ext-initialize): Do not use make-local-hook. --- lisp/eshell/esh-ext.el | 1 - 1 file changed, 1 deletion(-) 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 \." (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) -- 2.39.5