diff options
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/reftex-cite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-cite.el b/lisp/textmodes/reftex-cite.el index f12eae0218d..f6bba642c1e 100644 --- a/lisp/textmodes/reftex-cite.el +++ b/lisp/textmodes/reftex-cite.el @@ -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))) |