; Fix indentation in last change
* lisp/gnus/gnus-cloud.el (gnus-cloud-download-data): Reindent first argument of prog1.
This commit is contained in:
parent
7fd3f0b381
commit
86a2497111
1 changed files with 1 additions and 2 deletions
|
@ -478,8 +478,7 @@ Otherwise, returns the Gnus Cloud data chunks."
|
|||
(push (gnus-cloud-parse-chunk) chunks)
|
||||
(forward-line 1))))
|
||||
(if update
|
||||
(prog1
|
||||
(mapcar #'gnus-cloud-update-all chunks)
|
||||
(prog1 (mapcar #'gnus-cloud-update-all chunks)
|
||||
(setq gnus-cloud-sequence highest-sequence-seen))
|
||||
chunks)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue