emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/net tramp-smb.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/net tramp-smb.el
Date: Tue, 29 Sep 2009 02:43:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/09/29 02:43:46

Modified files:
        lisp/net       : tramp-smb.el 

Log message:
        (tramp-smb-handle-directory-files-and-attributes): Use
        tramp-compat-file-attributes rather than nonexistent
        tramp-compat-handle-file-attributes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/net/tramp-smb.el?cvsroot=emacs&r1=1.49&r2=1.50

Patches:
Index: tramp-smb.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tramp-smb.el,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- tramp-smb.el        28 Sep 2009 11:56:13 -0000      1.49
+++ tramp-smb.el        29 Sep 2009 02:43:46 -0000      1.50
@@ -323,7 +323,7 @@
   "Like `directory-files-and-attributes' for Tramp files."
   (mapcar
    (lambda (x)
-     (cons x (tramp-compat-handle-file-attributes
+     (cons x (tramp-compat-file-attributes
              (if full x (expand-file-name x directory)) id-format)))
    (directory-files directory full match nosort)))
 




reply via email to

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