]> git.eshelyaron.com Git - emacs.git/commitdiff
(bibtex-search-reference): store-match-data => set-match-data.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:54:19 +0000 (04:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:54:19 +0000 (04:54 +0000)
lisp/textmodes/bibtex.el

index 2020d6e2fd594f273dd6416ed4c26d433611b439..b8c1b0e5398bce0b11cb4d3dd7217c5b1a6dce8a 100644 (file)
@@ -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)