changeset 105554:59dc4314dfa4

Fix last change.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 11 Oct 2009 15:01:27 +0000
parents 4d6b5be8e903
children 627cf97fdea2
files lisp/net/tramp-smb.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)