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: Daniel Colascione
Subject: Re: [PATCH] use tail pointer for LOOP
Date: Sun, 30 May 2010 13:09:57 -0400

Good catch. That is indeed a typo. Clearly, that should be "nconcing". I'm blaming dabbrev right now. :-)



-- Sent from my Palm Pre


On May 30, 2010 1:06 PM, Štěpán Němec <address@hidden> wrote:

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]