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: Katsumi Yamaoka
Subject: Re: Change in bytecomp.el breaks Gnus
Date: Fri, 12 Nov 2004 13:30:49 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

>>>>> In <address@hidden> Stefan Monnier wrote:

>> I rebuilt Emacs and found the following case causes the `t' error.

>> (defalias 'foo (lambda (s) (message "%s" s)))
>> (defun bar (s) (inline (foo s)))

> Hmm...indeed.  I think I've fixed it now,

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.




reply via email to

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