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 00:21:41 -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))

> If it is normal, we will have to use `eval-and-compile' to
> surround similar `defalias' forms in many places.

Yuck.  Why do people feel like it's better to use ugly hacks than to get
a few warnings ?


        Stefan




reply via email to

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