# HG changeset patch # User Richard M. Stallman # Date 889851259 0 # Node ID 422a28894f3a472b415025719b3b87e30e0aeb57 # Parent 3b9934a8d938c1d73e0cce510cb2da3dedf8f714 (bibtex-search-reference): store-match-data => set-match-data. diff -r 3b9934a8d938 -r 422a28894f3a lisp/textmodes/bibtex.el --- a/lisp/textmodes/bibtex.el Sat Mar 14 04:53:37 1998 +0000 +++ b/lisp/textmodes/bibtex.el Sat Mar 14 04:54:19 1998 +0000 @@ -1356,7 +1356,7 @@ (setq found t))))) (if found (progn - (store-match-data md) + (set-match-data md) ;; to set match-beginning/end again (point)) (if (equal noerror nil)