]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add debug spec
authorArash Esbati <arash@gnu.org>
Sun, 9 Mar 2025 08:12:37 +0000 (09:12 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Mar 2025 10:33:00 +0000 (11:33 +0100)
* lisp/textmodes/reftex-parse.el (reftex-with-special-syntax): Add
debug spec and docstring.

(cherry picked from commit 31ebc00ece7d7234868a2a1e95f138473ea6646c)

lisp/textmodes/reftex-parse.el

index 0acf91ebe20920533f15013ff7b61751a8c3a50b..7795c58307656c074555473a83626138fe26e07d 100644 (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