Mercurial > emacs
changeset 43340:bf4a5ec608fd
(eshell-var-initialize): Do not use make-local-hook.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 16 Feb 2002 09:44:00 +0000 |
parents | 0100279f3c4e |
children | 030bfb08056e |
files | lisp/eshell/esh-var.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-var.el Sat Feb 16 09:43:38 2002 +0000 +++ b/lisp/eshell/esh-var.el Sat Feb 16 09:44:00 2002 +0000 @@ -208,15 +208,12 @@ (set (make-local-variable 'eshell-special-chars-outside-quoting) (append eshell-special-chars-outside-quoting '(?$))) - (make-local-hook 'eshell-parse-argument-hook) (add-hook 'eshell-parse-argument-hook 'eshell-interpolate-variable t t) - (make-local-hook 'eshell-prepare-command-hook) (add-hook 'eshell-prepare-command-hook 'eshell-handle-local-variables nil t) (when (eshell-using-module 'eshell-cmpl) - (make-local-hook 'pcomplete-try-first-hook) (add-hook 'pcomplete-try-first-hook 'eshell-complete-variable-reference nil t) (add-hook 'pcomplete-try-first-hook