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

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

Re: apropos-regexp variable void


From: Stefan Monnier
Subject: Re: apropos-regexp variable void
Date: Thu, 10 Nov 2005 23:39:42 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> p.s. Saw the following when compiling:

> In end of data:
> apropos.el:963:1:Warning: the function `help-buffer' is not known to be
>     defined.

It's harmless.  The problem is that the byte-compiler doesn't think
hard enough: help-setup-xref is autoloaded from help-mode.el, so after the
call to help-setup-xref all the functions in help-mode will be defined,
including help-buffer.


        Stefan




reply via email to

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