]> git.eshelyaron.com Git - emacs.git/commit
Remove no-byte-compile cookie from some libraries
authorStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 09:50:33 +0000 (11:50 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 8 Aug 2022 09:50:33 +0000 (11:50 +0200)
commit60738e569d24b74b9e6973225d143b3468bfc60f
treec13f8b2999b8af3e2c637af6a7f7185b997d7a83
parent77bf50cb330807039cc84138fb84870bd6d532e2
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.
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