]> git.eshelyaron.com Git - emacs.git/commitdiff
(tramp-smb-do-file-attributes-with-stat): Let-bind `size'.
authorGlenn Morris <rgm@gnu.org>
Mon, 12 Oct 2009 07:02:59 +0000 (07:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 12 Oct 2009 07:02:59 +0000 (07:02 +0000)
lisp/ChangeLog
lisp/net/tramp-smb.el

index 8e82e00056ddd948efa9d428f0208de7558a9a81..4d231a84e0c842d4c4de4918f8768833942256c1 100644 (file)
@@ -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.
index 915d7528c4a42e9c5bc7374ec841f4c982453a6d..a021ac385287a2d8c82c3e42d473fb7aaf45c47e 100644 (file)
@@ -519,7 +519,7 @@ PRESERVE-UID-GID is completely ignored."
   (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.