Changeset 4148 for trunk/lisp/eshell/em-glob.el
- Timestamp:
- 08/18/06 08:35:31 (2 years ago)
- Files:
-
- trunk/lisp/eshell/em-glob.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/eshell/em-glob.el
r4037 r4148 98 98 :group 'eshell-glob) 99 99 100 (defcustom eshell-glob-chars-list '(?\] ?\[ ?* ?? ?~ ?\( ?\) ?| ?# )100 (defcustom eshell-glob-chars-list '(?\] ?\[ ?* ?? ?~ ?\( ?\) ?| ?# ?^) 101 101 "*List of additional characters used in extended globbing." 102 102 :type '(repeat character) … … 106 106 '((?\] . "]") 107 107 (?\[ . "[") 108 (?^ . "^") 108 109 (?? . ".") 109 110 (?* . ".*")
