changeset 21169:422a28894f3a

(bibtex-search-reference): store-match-data => set-match-data.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Mar 1998 04:54:19 +0000
parents 3b9934a8d938
children dbe101f49d57
files lisp/textmodes/bibtex.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)