changeset 34707:315a42c87d8d

(reftex-view-crossref): added SPACE and TAB as key separators.
author Carsten Dominik <dominik@science.uva.nl>
date Tue, 19 Dec 2000 11:09:28 +0000
parents a4de5768722f
children dc946bcc6584
files lisp/textmodes/reftex-dcr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))