automated/eieio-test-methodinvoke.el (make-instance) <(subclass C)>:
Don't use call-next-method in a cl-defmethod.
This commit is contained in:
parent
5de3427203
commit
45d75c0b75
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
|||
|
||||
(cl-defmethod make-instance ((p (subclass C)) &rest args)
|
||||
(eieio-test-method-store :STATIC 'C)
|
||||
(call-next-method)
|
||||
(cl-call-next-method)
|
||||
)
|
||||
|
||||
(ert-deftest eieio-test-method-order-list-6 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue