forked from Github/emacs
(reftex-bibtex-selection-callback): Call throw correctly.
This commit is contained in:
parent
56437999a0
commit
1dfca8bad6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue