diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-08 11:50:33 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-08 11:50:33 +0200 |
commit | 60738e569d24b74b9e6973225d143b3468bfc60f (patch) | |
tree | c13f8b2999b8af3e2c637af6a7f7185b997d7a83 /lisp/mh-e/mh-acros.el | |
parent | 77bf50cb330807039cc84138fb84870bd6d532e2 (diff) | |
download | emacs-60738e569d24b74b9e6973225d143b3468bfc60f.tar.gz emacs-60738e569d24b74b9e6973225d143b3468bfc60f.tar.bz2 emacs-60738e569d24b74b9e6973225d143b3468bfc60f.zip |
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.
Diffstat (limited to 'lisp/mh-e/mh-acros.el')
-rw-r--r-- | lisp/mh-e/mh-acros.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-acros.el b/lisp/mh-e/mh-acros.el index faf27cd0662..2b4807ab696 100644 --- a/lisp/mh-e/mh-acros.el +++ b/lisp/mh-e/mh-acros.el @@ -288,7 +288,6 @@ form (FUNCNAME ARGLIST BODY...), similar to defun." (provide 'mh-acros) ;; Local Variables: -;; no-byte-compile: t ;; sentence-end-double-space: nil ;; End: |