emacs-devel
[Top][All Lists]
Advanced

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

Re: compilation-next-error - extra `let' binding?


From: Stefan Monnier
Subject: Re: compilation-next-error - extra `let' binding?
Date: Sat, 09 Feb 2008 22:17:01 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

> It also looks like the test in the second branch of this `if' could be just
> (> n 0), for clarity:

> (if (zerop n)
>     (unless ...)
>   (setq last (nth 2 (car msg)))
>   (if (>= n 0) ; <== Can't be zero here, anyway.
>       (compilation-loop ...)
>       ...))

Couldn't care less,


        Stefan




reply via email to

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