Mercurial > emacs
changeset 30191:9bff03b82e7e
(reftex-bibtex-selection-callback): Call throw correctly.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 13 Jul 2000 18:54:58 +0000 |
parents | c11564bad20f |
children | 7d917a6185d3 |
files | lisp/textmodes/reftex-cite.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/reftex-cite.el Thu Jul 13 17:46:34 2000 +0000 +++ b/lisp/textmodes/reftex-cite.el Thu Jul 13 18:54:58 2000 +0000 @@ -957,7 +957,7 @@ item t)) (reftex-default-bibliography (setq bibfile-list (reftex-default-bibliography))) - (t (ding) (throw 'exit)))) + (t (ding) (throw 'exit nil)))) (when no-revisit (setq bibfile-list (reftex-visited-files bibfile-list)))