diff options
Diffstat (limited to 'lisp/textmodes/reftex-dcr.el')
| -rw-r--r-- | lisp/textmodes/reftex-dcr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el index cfee8b53c0b..e1ecc885f69 100644 --- a/lisp/textmodes/reftex-dcr.el +++ b/lisp/textmodes/reftex-dcr.el @@ -352,7 +352,7 @@ will display info in the echo area." (message "Automatic display of crossref information was turned on"))) (defun reftex-start-itimer-once () - (and reftex-mode + (and (featurep 'xemacs) reftex-mode (not (itimer-live-p reftex-auto-view-crossref-timer)) (setq reftex-auto-view-crossref-timer (start-itimer "RefTeX Idle Timer" |
