|
| From: | Kevin Ryde |
| Subject: | Re: doc eval-when-compile, eval-and-compile |
| Date: | Thu, 27 Oct 2005 11:42:29 +1000 |
| User-agent: | Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>
> I.e. it works around the fact that the byte-compiler does not
> natively understand that `autoload' "defines" a function.
I tried byte compiling
(defun foo ()
(bar))
then adding
(autoload 'bar "barpkg")
and that autoload suppressed the warning about bar, so I thought it
was recognised, without being actually eval'ed.
| [Prev in Thread] | Current Thread | [Next in Thread] |