branch: elpa/lua-mode
commit a7780dcabb152207f7338fda71f18b22dfad2a21
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
silence 25.1 byte-compiler
---
lua-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lua-mode.el b/lua-mode.el
index abe91f5..db12ce5 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -727,7 +727,8 @@ Groups 6-9 can be used in any of argument regexps."
(lua--setq-local comment-start lua-comment-start)
(lua--setq-local comment-start-skip lua-comment-start-skip)
(lua--setq-local comment-use-syntax t)
- (lua--setq-local comment-use-global-state t)
+ (with-no-warnings
+ (lua--setq-local comment-use-global-state t))
(lua--setq-local imenu-generic-expression lua-imenu-generic-expression)