* lisp/emacs-lisp/cl-generic.el (cl-defgeneric): Fix last change
This commit is contained in:
parent
cd191c8034
commit
3f1cd957ff
1 changed files with 1 additions and 1 deletions
|
@ -231,9 +231,9 @@ DEFAULT-BODY, if present, is used as the body of a default method.
|
|||
(defalias ',name
|
||||
(cl-generic-define ',name ',args ',(nreverse options))
|
||||
,(help-add-fundoc-usage doc args))
|
||||
:autoload-end
|
||||
,@(mapcar (lambda (method) `(cl-defmethod ,name ,@method))
|
||||
(nreverse methods)))
|
||||
:autoload-end
|
||||
,@(mapcar (lambda (declaration)
|
||||
(let ((f (cdr (assq (car declaration)
|
||||
defun-declarations-alist))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue