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:
parent
77bf50cb33
commit
60738e569d
6 changed files with 1 additions and 23 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue