From 4e33ebe07342950759abe58c2a1828b1d66100e7 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 19 Dec 2000 11:09:28 +0000 Subject: [PATCH] (reftex-view-crossref): added SPACE and TAB as key separators. --- lisp/textmodes/reftex-dcr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'." (interactive "P") ;; See where we are. (let* ((macro (car (reftex-what-macro-safe 1))) - (key (reftex-this-word "^{}%\n\r,")) + (key (reftex-this-word "^{}%\n\r, \t")) dw) (if (or (null macro) (reftex-in-comment)) -- 2.39.2