From: Lars Ingebrigtsen Date: Fri, 9 Sep 2022 17:43:28 +0000 (+0200) Subject: Fix "warn-lambda-malformed-interactive-spec.el" even more X-Git-Tag: emacs-29.0.90~1856^2~636 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06e4d9cb96fefae28c72919b72b87a0747c72a42;p=emacs.git Fix "warn-lambda-malformed-interactive-spec.el" even more * test/lisp/emacs-lisp/bytecomp-tests.el ("warn-lambda-malformed-interactive-spec.el"): Adjust test further. --- diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el index 11fa3b3d445..bc9f8d802a6 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." "next-line.*interactive use only.*forward-line") (bytecomp--define-warning-file-test "warn-lambda-malformed-interactive-spec.el" - "malformed `interactive' specification") + "malformed .interactive. specification") (bytecomp--define-warning-file-test "warn-obsolete-defun.el" "foo-obsolete. is an obsolete function (as of 99.99)")