From fdbea316ce43102177e3f9662fbcbae2c6299e4e Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Sun, 9 Mar 2025 09:12:37 +0100 Subject: [PATCH] ; Add debug spec * lisp/textmodes/reftex-parse.el (reftex-with-special-syntax): Add debug spec and docstring. (cherry picked from commit 31ebc00ece7d7234868a2a1e95f138473ea6646c) --- lisp/textmodes/reftex-parse.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index 0acf91ebe20..7795c583076 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el @@ -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 -- 2.39.5