emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] use tail pointer for LOOP


From: Štěpán Němec
Subject: Re: [PATCH] use tail pointer for LOOP
Date: Sun, 30 May 2010 19:05:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Daniel Colascione <address@hidden> writes:

> We do this only for the anonymous-variable case, but it's still an
> improvement.
>
> ---
> /Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp/cl-macs.el
> 2008-01-06 20:07:45.000000000 -0500
> +++ cl-macs2.el       2010-05-29 19:52:09.000000000 -0400
> -     ((memq word '(nconc nconcing append appending))
> +     ((memq word '(nconc noncing append appending))

[...]

> +                  (let ((func (if (memq word '(nconc noncing))

[...]

??? If that's a typo (and I can hardly think about any other reason),
then it's an interesting one, indeed.

Štěpán



reply via email to

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