diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/emacs-lisp/bytecomp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el index a246c25e24f..11fa3b3d445 100644 --- a/test/lisp/emacs-lisp/bytecomp-tests.el +++ b/test/lisp/emacs-lisp/bytecomp-tests.el | |||
| @@ -912,7 +912,7 @@ byte-compiled. Run with dynamic binding." | |||
| 912 | "next-line.*interactive use only.*forward-line") | 912 | "next-line.*interactive use only.*forward-line") |
| 913 | 913 | ||
| 914 | (bytecomp--define-warning-file-test "warn-lambda-malformed-interactive-spec.el" | 914 | (bytecomp--define-warning-file-test "warn-lambda-malformed-interactive-spec.el" |
| 915 | "malformed interactive spec") | 915 | "malformed `interactive' specification") |
| 916 | 916 | ||
| 917 | (bytecomp--define-warning-file-test "warn-obsolete-defun.el" | 917 | (bytecomp--define-warning-file-test "warn-obsolete-defun.el" |
| 918 | "foo-obsolete. is an obsolete function (as of 99.99)") | 918 | "foo-obsolete. is an obsolete function (as of 99.99)") |