emacs-devel
[Top][All Lists]
Advanced

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

Re: (if (and (featurep 'xemacs) blah) not optimized anymore


From: Stefan Monnier
Subject: Re: (if (and (featurep 'xemacs) blah) not optimized anymore
Date: Sun, 21 Oct 2007 16:10:24 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

> Byte compiling this:

> (if (and (featurep 'xemacs) blah)
>     (foo))

> with emacs-22.1 does not result in any warning, doing it with the
> emacs from trunk results in this:

> In end of data:
> foo.el:2:11:Warning: the function `foo' is not known to be defined.

> Any idea what went wrong?

Stupid typo.  Sorry.  Should be fixed now,


        Stefan




reply via email to

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