Remove no-byte-compile cookie from some libraries

This gives us back byte-compiler warnings for these files.
* lisp/mh-e/mh-acros.el:
* test/lisp/comint-tests.el:
* test/lisp/emacs-lisp/nadvice-tests.el:
* test/lisp/emacs-lisp/syntax-tests.el:
* test/lisp/xml-tests.el:
* test/src/font-tests.el: Remove no-byte-compile cookie.
* test/src/font-tests.el (font-parse-explain): Fix warning.
This commit is contained in:
Stefan Kangas 2022-08-08 11:50:33 +02:00
parent 77bf50cb33
commit 60738e569d
6 changed files with 1 additions and 23 deletions

View file

@ -60,8 +60,4 @@
(should-error
(syntax-propertize--shift-groups-and-backrefs "\\(a\\)\\3" 7)))
;; Local Variables:
;; no-byte-compile: t
;; End:
;;; syntax-tests.el ends here.