diff options
| -rw-r--r-- | lisp/gnus/gnus-cloud.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-cloud.el b/lisp/gnus/gnus-cloud.el index 5028da5e8df..f730518241d 100644 --- a/lisp/gnus/gnus-cloud.el +++ b/lisp/gnus/gnus-cloud.el | |||
| @@ -478,8 +478,8 @@ Otherwise, returns the Gnus Cloud data chunks." | |||
| 478 | (push (gnus-cloud-parse-chunk) chunks) | 478 | (push (gnus-cloud-parse-chunk) chunks) |
| 479 | (forward-line 1)))) | 479 | (forward-line 1)))) |
| 480 | (if update | 480 | (if update |
| 481 | (progn | 481 | (prog1 |
| 482 | (mapc #'gnus-cloud-update-all chunks) | 482 | (mapcar #'gnus-cloud-update-all chunks) |
| 483 | (setq gnus-cloud-sequence highest-sequence-seen)) | 483 | (setq gnus-cloud-sequence highest-sequence-seen)) |
| 484 | chunks))) | 484 | chunks))) |
| 485 | 485 | ||