# HG changeset patch # User Michael Albinus # Date 1255273287 0 # Node ID 59dc4314dfa420a9fde5ada1464d30e656ff72de # Parent 4d6b5be8e90357a35eafa8666c53f1515c8622ed Fix last change. diff -r 4d6b5be8e903 -r 59dc4314dfa4 lisp/net/tramp-smb.el --- a/lisp/net/tramp-smb.el Sun Oct 11 15:00:46 2009 +0000 +++ b/lisp/net/tramp-smb.el Sun Oct 11 15:01:27 2009 +0000 @@ -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)