summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-12-13 22:51:10 -0500
committerKyle Meyer <kyle@kyleam.com>2015-12-13 22:51:10 -0500
commit127a1c3b95830c907641020a5f66acb649e21b9c (patch)
tree3779d428762731fa5618abc907bba1c032417d62
parent05ec15724cda65ae76111c895a1cc59b54615ace (diff)
downloadbog-127a1c3b95830c907641020a5f66acb649e21b9c.tar.gz
bog-list-orphan-citekeys: Remove unused variable
-rw-r--r--bog.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/bog.el b/bog.el
index 50fe3c7..d5882bd 100644
--- a/bog.el
+++ b/bog.el
@@ -487,8 +487,7 @@ file."
(let ((files (or (and file (list file))
(bog-notes)))
(heading-cks (bog-all-heading-citekeys))
- (bufname "*Bog orphan citekeys*")
- cks)
+ (bufname "*Bog orphan citekeys*"))
(with-current-buffer (get-buffer-create bufname)
(erase-buffer)
(insert "\n")