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: Sun, 14 Nov 2004 01:36:15 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin)

>>> (if (fboundp 'message)
>>>     (defalias 'foo 'message)
>>>   (defalias 'foo 'ignore))

>> (defalias 'foo
>> (if (fboundp 'message) 'message 'ignore))

> That's okay.

I'm not sure you realize that my code is not just shorter but it gets you
rid of the warning (if you use a recent enough version of Emacs-CVS).


        Stefan




reply via email to

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