diff options
| author | Michael Albinus | 2012-07-11 14:03:19 +0200 |
|---|---|---|
| committer | Michael Albinus | 2012-07-11 14:03:19 +0200 |
| commit | 7ad4afe1f5d1381044eb34ef7c83fd6e4ff22cb6 (patch) | |
| tree | 44247b3fa01a7bedc912dddc719f560d4f95c69e | |
| parent | 116f7b5477be5c02eb87c6288c44ed56326a4b31 (diff) | |
| download | emacs-7ad4afe1f5d1381044eb34ef7c83fd6e4ff22cb6.tar.gz emacs-7ad4afe1f5d1381044eb34ef7c83fd6e4ff22cb6.zip | |
* net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/ange-ftp.el | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3ceed6c6675..77f9ce29c0f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-07-11 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/ange-ftp.el (ange-ftp-cf1): Update the files cache. | ||
| 4 | |||
| 1 | 2012-07-11 Chong Yidong <cyd@gnu.org> | 5 | 2012-07-11 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * vc/log-edit.el (log-edit-vc-backend): New variable. | 7 | * vc/log-edit.el (log-edit-vc-backend): New variable. |
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 1d06a7fa729..dd695c29c78 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -3793,7 +3793,8 @@ so return the size on the remote host exactly. See RFC 3659." | |||
| 3793 | (format "Copying %s to %s" f-abbr t-abbr))) | 3793 | (format "Copying %s to %s" f-abbr t-abbr))) |
| 3794 | (list 'ange-ftp-cf2 | 3794 | (list 'ange-ftp-cf2 |
| 3795 | newname t-host t-user binary temp1 temp2 cont) | 3795 | newname t-host t-user binary temp1 temp2 cont) |
| 3796 | nowait)) | 3796 | nowait) |
| 3797 | (ange-ftp-add-file-entry newname)) | ||
| 3797 | 3798 | ||
| 3798 | ;; newname wasn't remote. | 3799 | ;; newname wasn't remote. |
| 3799 | (ange-ftp-cf2 t nil newname t-host t-user binary temp1 temp2 cont)) | 3800 | (ange-ftp-cf2 t nil newname t-host t-user binary temp1 temp2 cont)) |