diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-01-29 00:43:34 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-01-29 00:43:34 -0500 |
commit | dc8a9487657859a14c35dcf8d21eb33a112a6fca (patch) | |
tree | dcc55fae14242f3945b72f6a315de4e270d2badf | |
parent | 3a831278a5209cfc6f76b29831128d208a72ed83 (diff) | |
download | bog-dc8a9487657859a14c35dcf8d21eb33a112a6fca.tar.gz |
bog-create-combined-bib: Correct variable name
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |