From: Arash Esbati Date: Sun, 9 Mar 2025 08:12:37 +0000 (+0100) Subject: ; Add debug spec X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdbea316ce43102177e3f9662fbcbae2c6299e4e;p=emacs.git ; Add debug spec * lisp/textmodes/reftex-parse.el (reftex-with-special-syntax): Add debug spec and docstring. (cherry picked from commit 31ebc00ece7d7234868a2a1e95f138473ea6646c) --- 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