emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Change in bytecomp.el breaks Gnus


From: Stefan
Subject: Re: Change in bytecomp.el breaks Gnus
Date: Sat, 13 Nov 2004 18:03:00 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin)

> It does the trick.  Thanks.  Though it may not be a real
> problem, the compiler warns with the following forms:

> (if (fboundp 'message) (defalias 'foo 'message))
> (defun bar () (foo "Hello World"))

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

That's normal and correct.
If `message' is not bound, then `foo' won't be bound either, so `foo' is not
guaranteed to be defined.


        Stefan




reply via email to

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