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: Michael Albinus
Subject: [Emacs-diffs] emacs/lisp/net tramp-smb.el
Date: Sun, 11 Oct 2009 15:01:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/10/11 15:01:28

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

Log message:
        Fix last change.

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

Patches:
Index: tramp-smb.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tramp-smb.el,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- tramp-smb.el        11 Oct 2009 14:01:43 -0000      1.55
+++ tramp-smb.el        11 Oct 2009 15:01:27 -0000      1.56
@@ -482,7 +482,7 @@
     (with-file-property v localname (format "file-attributes-%s" id-format)
       (if (and (tramp-smb-get-share localname)
               (tramp-smb-get-cifs-capabilities v))
-         (tramp-do-file-attributes-with-stat v localname id-format)
+         (tramp-smb-do-file-attributes-with-stat v localname id-format)
        ;; Reading just the filename entry via "dir localname" is not
        ;; possible, because when filename is a directory, some
        ;; smbclient versions return the content of the directory, and
@@ -513,7 +513,7 @@
                  inode         ;10 inode number
                  device))))))) ;11 file system number
 
-(defun tramp-do-file-attributes-with-stat
+(defun tramp-smb-do-file-attributes-with-stat
   (vec localname &optional id-format)
   "Implement `file-attributes' for Tramp files using stat command."
   (tramp-message vec 5 "file attributes with stat: %s" localname)




reply via email to

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