summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-01-29 00:43:34 -0500
committerKyle Meyer <kyle@kyleam.com>2015-01-29 00:43:34 -0500
commitdc8a9487657859a14c35dcf8d21eb33a112a6fca (patch)
treedcc55fae14242f3945b72f6a315de4e270d2badf /bog.el
parent3a831278a5209cfc6f76b29831128d208a72ed83 (diff)
downloadbog-dc8a9487657859a14c35dcf8d21eb33a112a6fca.tar.gz
bog-create-combined-bib: Correct variable name
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index 85de570..aebe5ae 100644
--- a/bog.el
+++ b/bog.el
@@ -643,7 +643,7 @@ one entry per BibTeX file."
(insert-file-contents it)
(goto-char (point-max)))
((not (y-or-n-p (format "%s does not exist. Skip it?" it)))
- (kill-buffer bib-buffer)
+ (kill-buffer bib-buffer-name)
(user-error "Aborting"))))
(bibtex-mode)
(goto-char (point-min)))