summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index 772e128..4207855 100644
--- a/bog.el
+++ b/bog.el
@@ -333,7 +333,7 @@ word constituents."
(with-temp-buffer
(org-mode)
(insert-file-contents file)
- (setq citekeys (bog-heading-citekeys-in-buffer))))
+ (bog-heading-citekeys-in-buffer)))
(defun bog-heading-citekeys-in-buffer ()
"Return all citekeys in current buffer."