Mercurial > emacs
comparison lisp/textmodes/bibtex.el @ 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 | f3f9df46d008 |
children | 2e2a71dfec63 |
comparison
equal
deleted
inserted
replaced
21168:3b9934a8d938 | 21169:422a28894f3a |
---|---|
1354 (progn | 1354 (progn |
1355 (re-search-forward postfix) | 1355 (re-search-forward postfix) |
1356 (setq found t))))) | 1356 (setq found t))))) |
1357 (if found | 1357 (if found |
1358 (progn | 1358 (progn |
1359 (store-match-data md) | 1359 (set-match-data md) |
1360 ;; to set match-beginning/end again | 1360 ;; to set match-beginning/end again |
1361 (point)) | 1361 (point)) |
1362 (if (equal noerror nil) | 1362 (if (equal noerror nil) |
1363 ;; yell | 1363 ;; yell |
1364 (error "Search of BibTeX reference failed.")) | 1364 (error "Search of BibTeX reference failed.")) |