emacs-devel
[Top][All Lists]
Advanced

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

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


From: Dan Nicolaescu
Subject: (if (and (featurep 'xemacs) blah) not optimized anymore
Date: Sat, 20 Oct 2007 09:09:25 -0700

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?




reply via email to

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