mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-22 13:40:44 -08:00
Don't require help-fns when not needed
* lisp/emacs-lisp/autoload.el, lisp/emacs-lisp/advice.el: * lisp/emacs-lisp/elint.el: Don't require help-fns at the top level. * lisp/emacs-lisp/advice.el (ad-arglist): * lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Don't require help-fns. (Bug#17001)
This commit is contained in:
parent
e1890e3e82
commit
00ec2dd7af
4 changed files with 0 additions and 7 deletions
|
|
@ -2149,7 +2149,6 @@ the cache-id will clear the cache."
|
|||
|
||||
(defun ad-arglist (definition)
|
||||
"Return the argument list of DEFINITION."
|
||||
(require 'help-fns)
|
||||
(help-function-arglist
|
||||
(if (or (macrop definition) (ad-advice-p definition))
|
||||
(cdr definition)
|
||||
|
|
@ -2474,8 +2473,6 @@ Example: `(ad-map-arglists '(a &rest args) '(w x y z))' will return
|
|||
(capitalize (symbol-name class))
|
||||
(ad-advice-name advice)))))))
|
||||
|
||||
(require 'help-fns) ;For help-split-fundoc and help-add-fundoc-usage.
|
||||
|
||||
(defun ad--make-advised-docstring (function &optional style)
|
||||
"Construct a documentation string for the advised FUNCTION.
|
||||
Concatenate the original documentation with the documentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue