aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/reftex.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-03-14 04:55:19 +0000
committerRichard M. Stallman <[email protected]>1998-03-14 04:55:19 +0000
commit37b884685d8067c89469c2964982099701833317 (patch)
treea0033b81ac971b3ca76d94bd78651320399f4be4 /lisp/textmodes/reftex.el
parentd6f6135ea19214b378aa2a795e8b946b7a76f46b (diff)
(reftex-nearest-match): store-match-data => set-match-data.
Diffstat (limited to 'lisp/textmodes/reftex.el')
-rw-r--r--lisp/textmodes/reftex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index 5e21935ba1..f588531eee 100644
--- a/lisp/textmodes/reftex.el
+++ b/lisp/textmodes/reftex.el
@@ -5201,7 +5201,7 @@ With argument, actually select the window showing the cross reference."
((not match2) match1)
((< (abs (- pos (car match1))) (abs (- pos (car match2)))) match1)
(t match2)))
- (if match (progn (store-match-data match) t) nil)))
+ (if match (progn (set-match-data match) t) nil)))
(defun reftex-auto-mode-alist ()
;; Return an `auto-mode-alist' with only the .gz (etc) thingies.