1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(reftex-bibtex-selection-callback): Call throw correctly.

This commit is contained in:
Dave Love 2000-07-13 18:54:58 +00:00
parent 56437999a0
commit 1dfca8bad6

View file

@ -957,7 +957,7 @@ While entering the regexp, completion on knows citation keys is possible.
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)))