/[emacs]/emacs/lisp/eshell/em-glob.el
ViewVC logotype

Diff of /emacs/lisp/eshell/em-glob.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:38:46 2002 UTC
# Line 132  This option slows down recursive glob pr Line 132  This option slows down recursive glob pr
132         (append eshell-glob-chars-list eshell-special-chars-outside-quoting))         (append eshell-glob-chars-list eshell-special-chars-outside-quoting))
133    (set (make-local-variable 'eshell-glob-chars-regexp)    (set (make-local-variable 'eshell-glob-chars-regexp)
134         (format "[%s]+" (apply 'string eshell-glob-chars-list)))         (format "[%s]+" (apply 'string eshell-glob-chars-list)))
   (make-local-hook 'eshell-parse-argument-hook)  
135    (add-hook 'eshell-parse-argument-hook 'eshell-parse-glob-chars t t)    (add-hook 'eshell-parse-argument-hook 'eshell-parse-glob-chars t t)
   (make-local-hook 'eshell-pre-rewrite-command-hook)  
136    (add-hook 'eshell-pre-rewrite-command-hook    (add-hook 'eshell-pre-rewrite-command-hook
137              'eshell-no-command-globbing nil t))              'eshell-no-command-globbing nil t))
138    

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