mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(eshell-var-initialize): Do not use make-local-hook.
This commit is contained in:
parent
d4f72c6af8
commit
fd40c8e3bf
1 changed files with 0 additions and 3 deletions
|
|
@ -208,15 +208,12 @@ function), and the arguments passed to this function would be the list
|
|||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue