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/em-glob.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-glob.el
Date: Sat, 16 Feb 2002 04:38:46 -0500

Index: emacs/lisp/eshell/em-glob.el
diff -c emacs/lisp/eshell/em-glob.el:1.6 emacs/lisp/eshell/em-glob.el:1.7
*** emacs/lisp/eshell/em-glob.el:1.6    Sun Jul 15 15:53:53 2001
--- emacs/lisp/eshell/em-glob.el        Sat Feb 16 04:38:46 2002
***************
*** 132,140 ****
         (append eshell-glob-chars-list eshell-special-chars-outside-quoting))
    (set (make-local-variable 'eshell-glob-chars-regexp)
         (format "[%s]+" (apply 'string eshell-glob-chars-list)))
-   (make-local-hook 'eshell-parse-argument-hook)
    (add-hook 'eshell-parse-argument-hook 'eshell-parse-glob-chars t t)
-   (make-local-hook 'eshell-pre-rewrite-command-hook)
    (add-hook 'eshell-pre-rewrite-command-hook
            'eshell-no-command-globbing nil t))
  
--- 132,138 ----



reply via email to

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