diff options
| author | Michael Albinus | 2009-10-02 13:21:15 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-10-02 13:21:15 +0000 |
| commit | 571c4c875745b3e9cd8577980d2bb009c6f05e11 (patch) | |
| tree | 4e8918a44a43a176cf9b90aa7259c37eb96d2ac5 | |
| parent | b3ee21ac4fb0dd0ed6e585691526cdc0e73cf804 (diff) | |
| download | emacs-571c4c875745b3e9cd8577980d2bb009c6f05e11.tar.gz emacs-571c4c875745b3e9cd8577980d2bb009c6f05e11.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/net/tramp-smb.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 54835efe226..48d015013c0 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el | |||
| @@ -548,6 +548,7 @@ PRESERVE-UID-GID is completely ignored." | |||
| 548 | (tramp-smb-send-command v (format "mkdir \"%s\"" file)) | 548 | (tramp-smb-send-command v (format "mkdir \"%s\"" file)) |
| 549 | ;; We must also flush the cache of the directory, because | 549 | ;; We must also flush the cache of the directory, because |
| 550 | ;; file-attributes reads the values from there. | 550 | ;; file-attributes reads the values from there. |
| 551 | (tramp-flush-file-property v localname) | ||
| 551 | (tramp-flush-file-property v (file-name-directory localname))) | 552 | (tramp-flush-file-property v (file-name-directory localname))) |
| 552 | (unless (file-directory-p directory) | 553 | (unless (file-directory-p directory) |
| 553 | (tramp-error | 554 | (tramp-error |