emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el
Date: Sat, 16 Feb 2002 04:44:00 -0500

Index: emacs/lisp/eshell/esh-var.el
diff -c emacs/lisp/eshell/esh-var.el:1.6 emacs/lisp/eshell/esh-var.el:1.7
*** emacs/lisp/eshell/esh-var.el:1.6    Sun Jul 15 15:53:53 2001
--- emacs/lisp/eshell/esh-var.el        Sat Feb 16 04:44:00 2002
***************
*** 208,222 ****
    (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
--- 208,219 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]