# HG changeset patch # User Carsten Dominik # Date 977224168 0 # Node ID 315a42c87d8d311f017cf7333897107f37f6e7d9 # Parent a4de5768722f3666640c87acb4e207c4063a985d (reftex-view-crossref): added SPACE and TAB as key separators. diff -r a4de5768722f -r 315a42c87d8d lisp/textmodes/reftex-dcr.el --- a/lisp/textmodes/reftex-dcr.el Tue Dec 19 11:08:45 2000 +0000 +++ b/lisp/textmodes/reftex-dcr.el Tue Dec 19 11:09:28 2000 +0000 @@ -47,7 +47,7 @@ (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))