aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/reftex-dcr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el
index e4a63028a8f..d8d5646ea5b 100644
--- a/lisp/textmodes/reftex-dcr.el
+++ b/lisp/textmodes/reftex-dcr.el
@@ -47,7 +47,7 @@ to the functions `reftex-view-cr-cite' and `reftex-view-cr-ref'."
47 (interactive "P") 47 (interactive "P")
48 ;; See where we are. 48 ;; See where we are.
49 (let* ((macro (car (reftex-what-macro-safe 1))) 49 (let* ((macro (car (reftex-what-macro-safe 1)))
50 (key (reftex-this-word "^{}%\n\r,")) 50 (key (reftex-this-word "^{}%\n\r, \t"))
51 dw) 51 dw)
52 52
53 (if (or (null macro) (reftex-in-comment)) 53 (if (or (null macro) (reftex-in-comment))