projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04a6fd3
)
Fix "warn-lambda-malformed-interactive-spec.el" even more
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 9 Sep 2022 17:43:28 +0000
(19:43 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 9 Sep 2022 17:43:28 +0000
(19:43 +0200)
* test/lisp/emacs-lisp/bytecomp-tests.el
("warn-lambda-malformed-interactive-spec.el"): Adjust test further.
test/lisp/emacs-lisp/bytecomp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/bytecomp-tests.el
b/test/lisp/emacs-lisp/bytecomp-tests.el
index 11fa3b3d4455e8a93aa5c4c89f0078ad5540c55d..bc9f8d802a6c5172f19a063ea68f4fceb515e498 100644
(file)
--- 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)")