# HG changeset patch # User Glenn Morris # Date 1255330979 0 # Node ID be1e297cc4d50c4510c68fa1a61fcad028d039e5 # Parent 9325921bfcde06c9205dfab47cf17d878a077aa6 (tramp-smb-do-file-attributes-with-stat): Let-bind `size'. diff -r 9325921bfcde -r be1e297cc4d5 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 12 04:59:04 2009 +0000 +++ b/lisp/ChangeLog Mon Oct 12 07:02:59 2009 +0000 @@ -1,3 +1,8 @@ +2009-10-12 Glenn Morris + + * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat): + Let-bind `size'. + 2009-10-12 Juanma Barranquero * proced.el (proced-unload-function): New function. diff -r 9325921bfcde -r be1e297cc4d5 lisp/net/tramp-smb.el --- a/lisp/net/tramp-smb.el Mon Oct 12 04:59:04 2009 +0000 +++ b/lisp/net/tramp-smb.el Mon Oct 12 07:02:59 2009 +0000 @@ -519,7 +519,7 @@ (tramp-message vec 5 "file attributes with stat: %s" localname) (with-current-buffer (tramp-get-buffer vec) (let* ((file (tramp-smb-get-localname localname nil)) - id link uid gid atime mtime ctime mode inode) + size id link uid gid atime mtime ctime mode inode) (tramp-smb-send-command vec (format "stat \"%s\"" file)) ;; Loop the listing.