changeset 43330:7c5bd619612f

(eshell-pred-initialize): Do not use make-local-hook.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 16 Feb 2002 09:39:56 +0000
parents 5f44c387c856
children d65b6b00330f
files lisp/eshell/em-pred.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-pred.el	Sat Feb 16 09:39:14 2002 +0000
+++ b/lisp/eshell/em-pred.el	Sat Feb 16 09:39:56 2002 +0000
@@ -255,7 +255,6 @@
 
 (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)