]> git.eshelyaron.com Git - emacs.git/commitdiff
Silence additional byte-compiler warning in test
authorStefan Kangas <stefan@marxist.se>
Tue, 21 Dec 2021 14:56:33 +0000 (15:56 +0100)
committerStefan Kangas <stefan@marxist.se>
Tue, 21 Dec 2021 14:56:33 +0000 (15:56 +0100)
* test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:
Silence byte-compiler.

test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el

index e881e46a2d1ec3dd101925ba938c7bb85ee96d8d..bc89f23b582ef800598024a332a56ce21d5ee926 100644 (file)
 (defclass E (E-base1 E-base2) () :method-invocation-order :breadth-first)
 
 (with-suppressed-warnings ((obsolete defmethod)
+                           (obsolete defgeneric)
                            (obsolete next-method-p)
                            (obsolete call-next-method))
   (defmethod eitest-F ((_p E))