mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 10:50:49 -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)
|
||||
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue