+2009-10-12 Glenn Morris <rgm@gnu.org>
+
+ * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
+ Let-bind `size'.
+
2009-10-12 Juanma Barranquero <lekktu@gmail.com>
* proced.el (proced-unload-function): New function.
(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.