From 37b884685d8067c89469c2964982099701833317 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Mar 1998 04:55:19 +0000 Subject: [PATCH] (reftex-nearest-match): store-match-data => set-match-data. --- lisp/textmodes/reftex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index 5e21935ba19..f588531eee2 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. -- 2.39.2