summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-smb.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2009-10-11 15:01:27 +0000
committerMichael Albinus <michael.albinus@gmx.de>2009-10-11 15:01:27 +0000
commit585eedef9107d0f4769592c0f0324a073fe97283 (patch)
tree51ecaaf9bfcef3b4425b5593ae50c9abf8587a4f /lisp/net/tramp-smb.el
parent2992485f6bcadb6e6b4317381f17232c3752e68a (diff)
downloademacs-585eedef9107d0f4769592c0f0324a073fe97283.tar.gz
Fix last change.
Diffstat (limited to 'lisp/net/tramp-smb.el')
-rw-r--r--lisp/net/tramp-smb.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el
index d50b1aaf9f6..915d7528c4a 100644
--- a/lisp/net/tramp-smb.el
+++ b/lisp/net/tramp-smb.el
@@ -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)