From d6f6135ea19214b378aa2a795e8b946b7a76f46b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Mar 1998 04:54:19 +0000 Subject: [PATCH] (bibtex-search-reference): store-match-data => set-match-data. --- lisp/textmodes/bibtex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2