summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-var.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-02-16 09:44:00 +0000
committerPavel Janík <Pavel@Janik.cz>2002-02-16 09:44:00 +0000
commitfd40c8e3bf1dad71eab871d43c72e72f45642120 (patch)
treef5535ab7b2c13bce0139c2ae089d8ab334e9f2d6 /lisp/eshell/esh-var.el
parentd4f72c6af8d181c3555552eeb22255d5cc1417e4 (diff)
downloademacs-fd40c8e3bf1dad71eab871d43c72e72f45642120.tar.gz
(eshell-var-initialize): Do not use make-local-hook.
Diffstat (limited to 'lisp/eshell/esh-var.el')
-rw-r--r--lisp/eshell/esh-var.el3
1 files changed, 0 insertions, 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