(reftex-view-crossref): added SPACE and TAB as key separators.

This commit is contained in:
Carsten Dominik 2000-12-19 11:09:28 +00:00
parent cc24d91cda
commit 4e33ebe073

View 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))