emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/net tramp-smb.el


From: Michael Albinus
Subject: [Emacs-diffs] emacs/lisp/net tramp-smb.el
Date: Fri, 02 Oct 2009 13:21:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/10/02 13:21:15

Modified files:
        lisp/net       : tramp-smb.el 

Log message:
        *** empty log message ***

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/net/tramp-smb.el?cvsroot=emacs&r1=1.51&r2=1.52

Patches:
Index: tramp-smb.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tramp-smb.el,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- tramp-smb.el        1 Oct 2009 15:40:13 -0000       1.51
+++ tramp-smb.el        2 Oct 2009 13:21:15 -0000       1.52
@@ -548,6 +548,7 @@
          (tramp-smb-send-command v (format "mkdir \"%s\"" file))
          ;; We must also flush the cache of the directory, because
          ;; file-attributes reads the values from there.
+         (tramp-flush-file-property v localname)
          (tramp-flush-file-property v (file-name-directory localname)))
        (unless (file-directory-p directory)
          (tramp-error




reply via email to

[Prev in Thread] Current Thread [Next in Thread]