* eshell/em-glob.el (ange-cache):
authorGlenn Morris <rgm@gnu.org>
Wed, 18 Sep 2013 05:11:38 +0000 (22:11 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 18 Sep 2013 05:11:38 +0000 (22:11 -0700)
* eshell/em-unix.el (ange-cache): Declare.

lisp/ChangeLog
lisp/eshell/em-glob.el
lisp/eshell/em-unix.el

index 9eaa1cb..a23dc06 100644 (file)
@@ -25,6 +25,9 @@
 
        * custom.el (x-get-resource): Declare.
 
+       * eshell/em-glob.el (ange-cache):
+       * eshell/em-unix.el (ange-cache): Declare.
+
        * faces.el (x-display-list, x-open-connection, x-get-resource):
        Declare.
 
index 596547c..9d38364 100644 (file)
@@ -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
index 5792fe1..1548d18 100644 (file)
@@ -461,6 +461,8 @@ Remove the DIRECTORY(ies), if they are empty.")
           (eshell-parse-command
            (format "tar %s %s" tar-args archive) args))))
 
+(defvar ange-cache)                    ; XEmacs?  See esh-util
+
 ;; this is to avoid duplicating code...
 (defmacro eshell-mvcpln-template (command action func query-var
                                          force-var &optional preserve)