summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-12-11 23:13:41 -0500
committerKyle Meyer <kyle@kyleam.com>2014-12-11 23:13:41 -0500
commit7c41b4331eeec07f6eefe2401847f2972fe0d714 (patch)
treec48b54ccc223b9679ea61c60cadaed93886a08be /bog.el
parent2d473a2540733bebae3c530acd97fe4111a1d110 (diff)
downloadbog-7c41b4331eeec07f6eefe2401847f2972fe0d714.tar.gz
bog-heading-citekeys-in-file: Remove unneeded setq
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 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."