1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(eshell-pred-initialize): Do not use make-local-hook.

This commit is contained in:
Pavel Janík 2002-02-16 09:39:56 +00:00
parent 53c2ad96d5
commit df1195a059

View 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)