unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* (if (and (featurep 'xemacs) blah) not optimized anymore
@ 2007-10-20 16:09 Dan Nicolaescu
  2007-10-21 16:26 ` Richard Stallman
  2007-10-21 20:10 ` Stefan Monnier
  0 siblings, 2 replies; 8+ messages in thread
From: Dan Nicolaescu @ 2007-10-20 16:09 UTC (permalink / raw)
  To: emacs-devel


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?

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-11-13 16:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-20 16:09 (if (and (featurep 'xemacs) blah) not optimized anymore Dan Nicolaescu
2007-10-21 16:26 ` Richard Stallman
2007-10-21 20:10 ` Stefan Monnier
2007-10-22  3:00   ` Dan Nicolaescu
2007-10-22  4:58     ` Stefan Monnier
2007-10-22  5:45   ` Dan Nicolaescu
2007-11-13 14:46     ` Stefan Monnier
2007-11-13 16:12       ` Dan Nicolaescu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).