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

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

Re: defalias and compiler warnings


From: Stefan
Subject: Re: defalias and compiler warnings
Date: Mon, 08 Nov 2004 10:16:32 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin)

> The compiler only registers functions defined with defalias if the
> form used is:

> (defalias (quote ...) (quote ...))

> E.g. using `foo' after something like

> (defalias 'foo (if ...))

> gets an undefined function warning, but not after

> (defalias 'foo 'bar)

> I can't see a good reason for that.

Indeed, I consider it to be a bug.  If you have a patch for it, please send
it along,


        Stefan




reply via email to

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