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

index 5f9d7524b6f1f585f973a7f27b7fc8224074be97..095dd797585e8e3a805de773ade37b5b1ece67dd 100644 (file)
@@ -255,7 +255,6 @@ EXAMPLES:
 
 (defun eshell-pred-initialize ()
   "Initialize the predicate/modifier code."
-  (make-local-hook 'eshell-parse-argument-hook)
   (add-hook 'eshell-parse-argument-hook
            'eshell-parse-arg-modifier t t)
   (define-key eshell-command-map [(meta ?q)] 'eshell-display-predicate-help)