aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--coq/coq-syntax.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index 40dac7d7..94445439 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -1365,6 +1365,7 @@ It is used:
;; constituent (better behavior for thing-at and maybe font-lock too,
;; for indentation we use ad hoc smie lexers).
(defmacro coq-with-altered-syntax-table (&rest code)
+ (declare (debug t))
(let ((res (make-symbol "res")))
`(unwind-protect
(progn (modify-syntax-entry ?\. "_")