changeset 105572:be1e297cc4d5

(tramp-smb-do-file-attributes-with-stat): Let-bind `size'.
author Glenn Morris <rgm@gnu.org>
date Mon, 12 Oct 2009 07:02:59 +0000
parents 9325921bfcde
children e7f57b24c0a2
files lisp/ChangeLog lisp/net/tramp-smb.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
--- 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.