mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/emacs-lisp/eieio-compat.el (eieio--defgeneric-init-form):
Adjust to change in cl-generic-ensure-function.
This commit is contained in:
parent
ea5789dac3
commit
24b91584c2
1 changed files with 2 additions and 1 deletions
|
|
@ -165,7 +165,8 @@ Summary:
|
|||
(if (memq method '(no-next-method no-applicable-method))
|
||||
(symbol-function method)
|
||||
(let ((generic (cl-generic-ensure-function method)))
|
||||
(symbol-function (cl--generic-name generic)))))
|
||||
(or (symbol-function (cl--generic-name generic))
|
||||
(cl--generic-make-function generic)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun eieio--defmethod (method kind argclass code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue