Move some help functions from help-fns.el to help.el, which is preloaded.
authorGlenn Morris <rgm@gnu.org>
Fri, 14 Mar 2014 00:32:41 +0000 (20:32 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 14 Mar 2014 00:32:41 +0000 (20:32 -0400)
commit56759cf12aeea9a51020ad19784d6ca6c55ab36e
treef4953bdcd987f8dbd9e4a41331c98c3cc1362090
parent7644aa970d350a7457ef2fba469c73bb00c22365
Move some help functions from help-fns.el to help.el, which is preloaded.

They are now needed by eg the function `documentation' in some circumstances.

* lisp/help-fns.el (help-split-fundoc, help-add-fundoc-usage)
(help-function-arglist, help-make-usage): Move from here...

* lisp/help.el (help-split-fundoc, help-add-fundoc-usage)
(help-function-arglist, help-make-usage): ... to here.

* lisp/emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.

Fixes: debbugs:17001
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el
lisp/help-fns.el
lisp/help.el