/[emacs]/emacs/lisp/eshell/esh-var.el
ViewVC logotype

Diff of /emacs/lisp/eshell/esh-var.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by pj, Sun Jul 15 19:53:53 2001 UTC revision 1.7 by pj, Sat Feb 16 09:44:00 2002 UTC
# Line 208  function), and the arguments passed to t Line 208  function), and the arguments passed to t
208    (set (make-local-variable 'eshell-special-chars-outside-quoting)    (set (make-local-variable 'eshell-special-chars-outside-quoting)
209         (append eshell-special-chars-outside-quoting '(?$)))         (append eshell-special-chars-outside-quoting '(?$)))
210    
   (make-local-hook 'eshell-parse-argument-hook)  
211    (add-hook 'eshell-parse-argument-hook 'eshell-interpolate-variable t t)    (add-hook 'eshell-parse-argument-hook 'eshell-interpolate-variable t t)
212    
   (make-local-hook 'eshell-prepare-command-hook)  
213    (add-hook 'eshell-prepare-command-hook    (add-hook 'eshell-prepare-command-hook
214              'eshell-handle-local-variables nil t)              'eshell-handle-local-variables nil t)
215    
216    (when (eshell-using-module 'eshell-cmpl)    (when (eshell-using-module 'eshell-cmpl)
     (make-local-hook 'pcomplete-try-first-hook)  
217      (add-hook 'pcomplete-try-first-hook      (add-hook 'pcomplete-try-first-hook
218                'eshell-complete-variable-reference nil t)                'eshell-complete-variable-reference nil t)
219      (add-hook 'pcomplete-try-first-hook      (add-hook 'pcomplete-try-first-hook

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26