]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Jul 2012 12:03:19 +0000 (14:03 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Jul 2012 12:03:19 +0000 (14:03 +0200)
lisp/ChangeLog
lisp/net/ange-ftp.el

index 3ceed6c667595e890cf50ebaf04a4a18a51e4648..77f9ce29c0fcbe0c8e4c25bee0fa8728c30f1b0d 100644 (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.
index 1d06a7fa72924c6a4e8788f1f5e9ffe362d32609..dd695c29c78729a25e2d54d65f4d8d2facf582dc 100644 (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))