* net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
This commit is contained in:
parent
116f7b5477
commit
7ad4afe1f5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-07-11 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
|
||||
|
||||
2012-07-11 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* vc/log-edit.el (log-edit-vc-backend): New variable.
|
||||
|
|
|
@ -3793,7 +3793,8 @@ so return the size on the remote host exactly. See RFC 3659."
|
|||
(format "Copying %s to %s" f-abbr t-abbr)))
|
||||
(list 'ange-ftp-cf2
|
||||
newname t-host t-user binary temp1 temp2 cont)
|
||||
nowait))
|
||||
nowait)
|
||||
(ange-ftp-add-file-entry newname))
|
||||
|
||||
;; newname wasn't remote.
|
||||
(ange-ftp-cf2 t nil newname t-host t-user binary temp1 temp2 cont))
|
||||
|
|
Loading…
Add table
Reference in a new issue