]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 11 Oct 2009 15:01:27 +0000 (15:01 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 11 Oct 2009 15:01:27 +0000 (15:01 +0000)
lisp/net/tramp-smb.el

index d50b1aaf9f6d94a314f320a54ee6c2954be46ebf..915d7528c4a42e9c5bc7374ec841f4c982453a6d 100644 (file)
@@ -482,7 +482,7 @@ PRESERVE-UID-GID is completely ignored."
     (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 @@ PRESERVE-UID-GID is completely ignored."
                  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)