1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

* net/ange-ftp.el (ange-ftp-cf1): Update the files cache.

This commit is contained in:
Michael Albinus 2012-07-11 14:03:19 +02:00
parent 116f7b5477
commit 7ad4afe1f5
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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))