* eshell/em-unix.el (ange-cache): Declare.
* 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.
(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
(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)