]> git.eshelyaron.com Git - emacs.git/commitdiff
(reftex-view-crossref): added SPACE and TAB as key separators.
authorCarsten Dominik <dominik@science.uva.nl>
Tue, 19 Dec 2000 11:09:28 +0000 (11:09 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Tue, 19 Dec 2000 11:09:28 +0000 (11:09 +0000)
lisp/textmodes/reftex-dcr.el

index e4a63028a8fb872319f5360bf646629f7f160c94..d8d5646ea5b5a55e2267067ba34dc291b825fc1e 100644 (file)
@@ -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))