From: Carsten Dominik Date: Tue, 19 Dec 2000 11:09:28 +0000 (+0000) Subject: (reftex-view-crossref): added SPACE and TAB as key separators. X-Git-Tag: emacs-pretest-21.0.95~405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e33ebe07342950759abe58c2a1828b1d66100e7;p=emacs.git (reftex-view-crossref): added SPACE and TAB as key separators. --- 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))