mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Silence additional byte-compiler warning in test
* test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el: Silence byte-compiler.
This commit is contained in:
parent
73e862237d
commit
1a923e5ac6
1 changed files with 1 additions and 0 deletions
|
|
@ -271,6 +271,7 @@
|
|||
(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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue