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:
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…
Add table
Add a link
Reference in a new issue