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:
parent
53c2ad96d5
commit
df1195a059
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue