]> git.eshelyaron.com Git - emacs.git/commitdiff
(reftex-bibtex-selection-callback): Call throw correctly.
authorDave Love <fx@gnu.org>
Thu, 13 Jul 2000 18:54:58 +0000 (18:54 +0000)
committerDave Love <fx@gnu.org>
Thu, 13 Jul 2000 18:54:58 +0000 (18:54 +0000)
lisp/textmodes/reftex-cite.el

index f12eae0218d8b2c336b4745e8cb29ca1a0f53893..f6bba642c1e73b7a58621d97e4e142ef9aeee827 100644 (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)))