diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-17 22:11:38 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-17 22:11:38 -0700 |
commit | 92d77c897be154cbc9ce960bd974bfd0f8f566df (patch) | |
tree | 69b00d58d2f3612699567ba4030e269f5c39fa14 /lisp/eshell/em-glob.el | |
parent | ee8b701cae9929d655054852dcadc817147305d8 (diff) | |
download | emacs-92d77c897be154cbc9ce960bd974bfd0f8f566df.tar.gz |
* eshell/em-glob.el (ange-cache):
* eshell/em-unix.el (ange-cache): Declare.
Diffstat (limited to 'lisp/eshell/em-glob.el')
-rw-r--r-- | lisp/eshell/em-glob.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index 596547c3f5e..9d3836431c4 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el @@ -232,6 +232,8 @@ resulting regular expression." (regexp-quote (substring pattern matched-in-pattern)) "\\'"))) +(defvar ange-cache) ; XEmacs? See esh-util + (defun eshell-extended-glob (glob) "Return a list of files generated from GLOB, perhaps looking for DIRS-ONLY. This function almost fully supports zsh style filename generation |