emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master c59475a: Fix a byte-compile warning.


From: Basil L. Contovounesios
Subject: Re: master c59475a: Fix a byte-compile warning.
Date: Sun, 21 Jun 2020 11:16:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

p.stephani2@gmail.com (Philipp Stephani) writes:

> branch: master
> commit c59475ae1e34332501ea0f5758176a29b2797ba6
> Author: Philipp Stephani <phst@google.com>
> Commit: Philipp Stephani <phst@google.com>
>
>     Fix a byte-compile warning.
>     
>     * lisp/gnus/gnus-cloud.el (gnus-cloud-download-data): Don't use
>     'mapcar' or effect.
> ---
>  lisp/gnus/gnus-cloud.el | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lisp/gnus/gnus-cloud.el b/lisp/gnus/gnus-cloud.el
> index 7ea691e..5028da5 100644
> --- a/lisp/gnus/gnus-cloud.el
> +++ b/lisp/gnus/gnus-cloud.el
> @@ -479,7 +479,7 @@ Otherwise, returns the Gnus Cloud data chunks."
>            (forward-line 1))))
>      (if update
>          (progn
> -       (mapcar #'gnus-cloud-update-all chunks)
> +       (mapc #'gnus-cloud-update-all chunks)
>         (setq gnus-cloud-sequence highest-sequence-seen))
>        chunks)))

See https://debbugs.gnu.org/40280#20 for the correct fix.

Thanks,

-- 
Basil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]