From 7c41b4331eeec07f6eefe2401847f2972fe0d714 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 11 Dec 2014 23:13:41 -0500 Subject: bog-heading-citekeys-in-file: Remove unneeded setq --- bog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bog.el') 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." -- cgit v1.2.3