branch: elpa/lua-mode
commit ec35884e541155d8cee46b147bfdcc3b4297fabd
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
Suppress fontification messages in emacs23 test output
---
ert-tests/lua-font-lock-test-helpers.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ert-tests/lua-font-lock-test-helpers.el
b/ert-tests/lua-font-lock-test-helpers.el
index 19da5c1..d0495f8 100644
--- a/ert-tests/lua-font-lock-test-helpers.el
+++ b/ert-tests/lua-font-lock-test-helpers.el
@@ -49,4 +49,7 @@ This is a mere typing/reading aid for lua-mode's font-lock
tests."
`(should (equal (lua-get-line-faces ,strs)
(lua-mk-font-lock-faces ,faces))))
+;; suppress fontification messages in emacs23 output
+(setq font-lock-verbose nil)
+
(provide 'lua-font-lock-test-helpers)