emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114371: * eshell/em-glob.el (ange-cache):


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114371: * eshell/em-glob.el (ange-cache):
Date: Wed, 18 Sep 2013 05:11:43 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114371
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-17 22:11:38 -0700
message:
  * eshell/em-glob.el (ange-cache):
  * eshell/em-unix.el (ange-cache): Declare.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/eshell/em-glob.el         emglob.el-20091113204419-o5vbwnq5f7feedwu-1856
  lisp/eshell/em-unix.el         emunix.el-20091113204419-o5vbwnq5f7feedwu-1865
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-18 05:04:41 +0000
+++ b/lisp/ChangeLog    2013-09-18 05:11:38 +0000
@@ -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.
 

=== modified file 'lisp/eshell/em-glob.el'
--- a/lisp/eshell/em-glob.el    2013-09-12 20:15:53 +0000
+++ b/lisp/eshell/em-glob.el    2013-09-18 05:11:38 +0000
@@ -232,6 +232,8 @@
            (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

=== modified file 'lisp/eshell/em-unix.el'
--- a/lisp/eshell/em-unix.el    2013-09-15 00:35:54 +0000
+++ b/lisp/eshell/em-unix.el    2013-09-18 05:11:38 +0000
@@ -461,6 +461,8 @@
           (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]