summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-pred.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-02-16 09:39:56 +0000
committerPavel Janík <Pavel@Janik.cz>2002-02-16 09:39:56 +0000
commitdf1195a059ed21da0f0e943ca4f3b6688845ac1b (patch)
tree98e119ef0704cd4c0f1c814a271086ea93f6e87a /lisp/eshell/em-pred.el
parent53c2ad96d5ac8f5ec9e127086b6e770759395778 (diff)
downloademacs-df1195a059ed21da0f0e943ca4f3b6688845ac1b.tar.gz
emacs-df1195a059ed21da0f0e943ca4f3b6688845ac1b.tar.bz2
emacs-df1195a059ed21da0f0e943ca4f3b6688845ac1b.zip
(eshell-pred-initialize): Do not use make-local-hook.
Diffstat (limited to 'lisp/eshell/em-pred.el')
-rw-r--r--lisp/eshell/em-pred.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el
index 5f9d7524b6f..095dd797585 100644
--- a/lisp/eshell/em-pred.el
+++ b/lisp/eshell/em-pred.el
@@ -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)