Mercurial > emacs
changeset 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 | 422a28894f3a |
children | 60f6085df198 |
files | lisp/textmodes/reftex.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.