diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-06 22:05:57 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-06 22:19:58 +0100 |
commit | bed5af1ea323a3b20ef505a05ccc69afaa9b645d (patch) | |
tree | 2340edf7df2460b1d34f423fee112d996cb12c17 /test/lisp/emacs-lisp | |
parent | e637afce45e9a982e284d344a35b523d74d88010 (diff) | |
download | emacs-bed5af1ea323a3b20ef505a05ccc69afaa9b645d.tar.gz emacs-bed5af1ea323a3b20ef505a05ccc69afaa9b645d.tar.bz2 emacs-bed5af1ea323a3b20ef505a05ccc69afaa9b645d.zip |
Silence byte-compiler in two tests
* test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el:
* test/lisp/mail/mail-utils-tests.el
(mail-utils-tests-mail-rfc822-time-zone): Silence byte-compiler.
Diffstat (limited to 'test/lisp/emacs-lisp')
-rw-r--r-- | test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el b/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el index ee52d831d69..e881e46a2d1 100644 --- a/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el +++ b/test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el @@ -325,6 +325,7 @@ ()) (with-suppressed-warnings ((obsolete defmethod) + (obsolete defgeneric) (obsolete next-method-p) (obsolete call-next-method)) (defmethod initialize-instance :after ((_this eitest-Jb) &rest _slots) |