]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-var-initialize): Do not use make-local-hook.
authorPavel Janík <Pavel@Janik.cz>
Sat, 16 Feb 2002 09:44:00 +0000 (09:44 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 16 Feb 2002 09:44:00 +0000 (09:44 +0000)
lisp/eshell/esh-var.el

index 9caa40ff6dbf651594b6f31579cf67b420207219..c24ee7d2ecf2524c09bba9041f419b258adf5fc6 100644 (file)
@@ -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