]> code.delx.au - gnu-emacs/commitdiff
* 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 9eaa1cb3ddf1ab7fafa770bf9afbfc4835f8eadb..a23dc06ec919195bba175772b069bdde043e7bbd 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 596547c3f5e2e9459039e8ec52cceee46b9664e4..9d3836431c463f9a417ae9fe3306e7f59cf8c5cf 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 5792fe175063c14c2c0651cb3b1f3de368ff9c03..1548d181855f08029d239c83a5bd9b5bf82ccf6d 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)