1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

; Add debug spec

* lisp/textmodes/reftex-parse.el (reftex-with-special-syntax): Add
debug spec and docstring.
This commit is contained in:
Arash Esbati 2025-03-09 09:12:37 +01:00
parent 8bea0aae3b
commit 31ebc00ece

View file

@ -29,6 +29,8 @@
(require 'reftex)
(defmacro reftex-with-special-syntax (&rest body)
"Evaluate BODY with syntax table set to `reftex-syntax-table'."
(declare (debug t))
`(let ((saved-syntax (syntax-table)))
(unwind-protect
(progn