From: Glenn Morris Date: Wed, 18 Sep 2013 05:11:38 +0000 (-0700) Subject: * eshell/em-glob.el (ange-cache): X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1538 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92d77c897be154cbc9ce960bd974bfd0f8f566df;p=emacs.git * eshell/em-glob.el (ange-cache): * eshell/em-unix.el (ange-cache): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9eaa1cb3ddf..a23dc06ec91 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. 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 diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index 5792fe17506..1548d181855 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el @@ -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)