From: Glenn Morris Date: Mon, 12 Oct 2009 07:02:59 +0000 (+0000) Subject: (tramp-smb-do-file-attributes-with-stat): Let-bind `size'. X-Git-Tag: emacs-pretest-23.1.90~829 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37493a98844c70c3b221da7a2eae3c8b56690b9c;p=emacs.git (tramp-smb-do-file-attributes-with-stat): Let-bind `size'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e82e00056d..4d231a84e0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 915d7528c4a..a021ac38528 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el @@ -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.