emacs-devel
[Top][All Lists]
Advanced

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

Re: Byte compiler say an autoloaded function "might not be defined at ru


From: Stefan Monnier
Subject: Re: Byte compiler say an autoloaded function "might not be defined at runtime", why?
Date: Tue, 30 Dec 2008 15:12:32 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> When I byte compile a file with an autoload
>   ;;;###autoload
>  (define-minor-mode nxml-where-mode
> the byte compiler says
>   nxml-where.el:691:1:Warning: the following functions might not be defined
>       at runtime: nxml-where-mode
> I think it wants to tell me something, but what? Does it want me to do
> something?

I just tried to byte-compile a file that contains just

   ;;;###autoload
   (define-minor-mode nxml-where-mode "asdg" :init-value nil
     (toto))

and I saw no such warning.


        Stefan




reply via email to

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