Move some help functions from help-fns.el to help.el, which is preloaded.
[bpt/emacs.git] / lisp / emacs-lisp / bytecomp.el
index e2e4687..e5f8a8c 100644 (file)
@@ -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)))