From fd40c8e3bf1dad71eab871d43c72e72f45642120 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 16 Feb 2002 09:44:00 +0000 Subject: [PATCH] (eshell-var-initialize): Do not use make-local-hook. --- lisp/eshell/esh-var.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index 9caa40ff6db..c24ee7d2ecf 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el @@ -208,15 +208,12 @@ function), and the arguments passed to this function would be the list (set (make-local-variable 'eshell-special-chars-outside-quoting) (append eshell-special-chars-outside-quoting '(?$))) - (make-local-hook 'eshell-parse-argument-hook) (add-hook 'eshell-parse-argument-hook 'eshell-interpolate-variable t t) - (make-local-hook 'eshell-prepare-command-hook) (add-hook 'eshell-prepare-command-hook 'eshell-handle-local-variables nil t) (when (eshell-using-module 'eshell-cmpl) - (make-local-hook 'pcomplete-try-first-hook) (add-hook 'pcomplete-try-first-hook 'eshell-complete-variable-reference nil t) (add-hook 'pcomplete-try-first-hook -- 2.39.5