branch: elpa/lua-mode
commit 522edafd245362e80d8eb054e2dab13f85cf90e7
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
with-lua-buffer: mark as debuggable
---
test/test-helper.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/test-helper.el b/test/test-helper.el
index 20f1104..ef69427 100644
--- a/test/test-helper.el
+++ b/test/test-helper.el
@@ -77,6 +77,7 @@ This is a mere typing/reading aid for lua-mode's font-lock
tests."
(mapconcat (lambda (x) (concat x "\n")) strs ""))
(defmacro with-lua-buffer (&rest body)
+ (declare (debug (&rest form)))
`(with-temp-buffer
(lua-mode)
(set (make-local-variable 'lua-process) nil)