From 56759cf12aeea9a51020ad19784d6ca6c55ab36e Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 13 Mar 2014 20:32:41 -0400 Subject: 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/emacs-lisp/bytecomp.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index e2e468717a6..e5f8a8cc22a 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -2706,7 +2706,6 @@ for symbols generated by the byte compiler itself." (cdr compiled) ;; optionally, the doc string. (cond (lexical-binding - (require 'help-fns) (list (help-add-fundoc-usage doc arglist))) ((or doc int) (list doc))) -- cgit v1.2.1