unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master c59475a: Fix a byte-compile warning.
       [not found] ` <20200620201426.EC93820A27@vcs0.savannah.gnu.org>
@ 2020-06-21 10:16   ` Basil L. Contovounesios
  0 siblings, 0 replies; only message in thread
From: Basil L. Contovounesios @ 2020-06-21 10:16 UTC (permalink / raw)
  To: Philipp Stephani; +Cc: emacs-devel

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-21 10:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200620201425.26585.89611@vcs0.savannah.gnu.org>
     [not found] ` <20200620201426.EC93820A27@vcs0.savannah.gnu.org>
2020-06-21 10:16   ` master c59475a: Fix a byte-compile warning Basil L. Contovounesios

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).