emacs-devel
[Top][All Lists]
Advanced

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

Re: byte-compiler does *not* complain about missing case or loop


From: Stefan Monnier
Subject: Re: byte-compiler does *not* complain about missing case or loop
Date: Fri, 07 Mar 2014 15:03:38 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Why is the byte-compiler silent about the "missing" `case' and `loop'?

AFAIK it does report them as missing, at the end of the compilation
(it can't report them right away because `loop' and `case' might be
defined as functions further down in the file).


        Stefan



reply via email to

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