> 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
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug