]> git.eshelyaron.com Git - emacs.git/commitdiff
(reftex-nearest-match): store-match-data => set-match-data.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:55:19 +0000 (04:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:55:19 +0000 (04:55 +0000)
lisp/textmodes/reftex.el

index 5e21935ba19bf0b5015651bc58a450333bf142a4..f588531eee2868e1fee90a7aa7e24bdd42ef06fd 100644 (file)
@@ -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.