mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 19:30:38 -08:00
; Add debug spec
* lisp/textmodes/reftex-parse.el (reftex-with-special-syntax): Add debug spec and docstring.
This commit is contained in:
parent
8bea0aae3b
commit
31ebc00ece
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
||||||
(require 'reftex)
|
(require 'reftex)
|
||||||
|
|
||||||
(defmacro reftex-with-special-syntax (&rest body)
|
(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)))
|
`(let ((saved-syntax (syntax-table)))
|
||||||
(unwind-protect
|
(unwind-protect
|
||||||
(progn
|
(progn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue