emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114263: * eshell/esh-util.el (ange-cache): Move dec


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114263: * eshell/esh-util.el (ange-cache): Move declaration earlier.
Date: Fri, 13 Sep 2013 07:12:49 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114263
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-09-13 00:12:44 -0700
message:
  * eshell/esh-util.el (ange-cache): Move declaration earlier.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/eshell/esh-util.el        eshutil.el-20091113204419-o5vbwnq5f7feedwu-1849
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-13 07:10:30 +0000
+++ b/lisp/ChangeLog    2013-09-13 07:12:44 +0000
@@ -1,5 +1,7 @@
 2013-09-13  Glenn Morris  <address@hidden>
 
+       * eshell/esh-util.el (ange-cache): Move declaration earlier.
+
        * eshell/esh-ext.el (eshell-search-path): Declare.
 
        * eshell/em-prompt.el (eshell/pwd): Autoload it.

=== modified file 'lisp/eshell/esh-util.el'
--- a/lisp/eshell/esh-util.el   2013-09-12 20:15:53 +0000
+++ b/lisp/eshell/esh-util.el   2013-09-13 07:12:44 +0000
@@ -562,6 +562,8 @@
          (substring string 0 sublen)
        string)))
 
+(defvar ange-cache)
+
 (and (featurep 'xemacs)
      (not (fboundp 'directory-files-and-attributes))
      (defun directory-files-and-attributes (directory &optional full match 
nosort id-format)
@@ -579,8 +581,6 @@
          (cons file (eshell-file-attributes (expand-file-name file 
directory)))))
        (directory-files directory full match nosort)))))
 
-(defvar ange-cache)
-
 (defun eshell-directory-files-and-attributes (dir &optional full match nosort 
id-format)
   "Make sure to use the handler for `directory-file-and-attributes'."
   (let* ((dir (expand-file-name dir)))


reply via email to

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