emacs-devel
[Top][All Lists]
Advanced

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

Re: master 8f0f851: * lisp/autoarg.el: Use lexical binding.


From: Noam Postavsky
Subject: Re: master 8f0f851: * lisp/autoarg.el: Use lexical binding.
Date: Mon, 20 Apr 2020 07:06:12 -0400

On Mon, 20 Apr 2020 at 01:35, Michael Heerdegen
<address@hidden> wrote:
>
> Stefan Kangas <address@hidden> writes:
>
> > I don't think I understand the original warning though.  This
> > minimized code example gives me "Unused lexical variable 'i'" when
> > byte-compiled:
> >
> > (let (alist)
> >   (dotimes (i 10 alist)
> >     (push i alist)))
>
> See the FIXME in the implementation.  This exact issue had been
> discussed the last time not long ago.

Also https://debbugs.gnu.org/39919



reply via email to

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