Mercurial > emacs
diff lisp/textmodes/reftex.el @ 21170:dbe101f49d57
(reftex-nearest-match): store-match-data => set-match-data.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 14 Mar 1998 04:55:19 +0000 |
| parents | 60e882bbb28b |
| children | f718f5a51f59 |
line wrap: on
line diff
--- a/lisp/textmodes/reftex.el Sat Mar 14 04:54:19 1998 +0000 +++ b/lisp/textmodes/reftex.el Sat Mar 14 04:55:19 1998 +0000 @@ -5201,7 +5201,7 @@ ((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.
