bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#25017: Fwd: Re: dotimes var comiler warning


From: Michael Heerdegen
Subject: bug#25017: Fwd: Re: dotimes var comiler warning
Date: Thu, 24 Nov 2016 15:35:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

npostavs@users.sourceforge.net writes:

> So you want to do:
>
>     (dotimes (erg)
>        ...)
>
> Or perhaps even
>
>     (dotimes erg
>        ...)
>

Yes.

> The FIXME comment is unrelated to this, as far as I can tell (it's
> talking about binding the variable around the optional RESULT
> expression).

Oh, I think you're right.

> Because it's a bit nonstandard to make the *first* arg &optional?

It's not really an argument list we are talking about - but if it
matters, we could choose the second of the above alternatives.


Michael.





reply via email to

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