From: Richard M. Stallman Date: Sat, 14 Mar 1998 04:54:19 +0000 (+0000) Subject: (bibtex-search-reference): store-match-data => set-match-data. X-Git-Tag: emacs-20.3~1905 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6f6135ea19214b378aa2a795e8b946b7a76f46b;p=emacs.git (bibtex-search-reference): store-match-data => set-match-data. --- diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 2020d6e2fd5..b8c1b0e5398 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -1356,7 +1356,7 @@ the value of `bibtex-text-indentation', minus 2." (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)