From 34bc37c49135d818804e22106b947d5e4de699e7 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 22 Nov 2014 03:04:40 -0500 Subject: Remove an unhelpful let binding --- bog.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bog.el b/bog.el index 957d0b9..af24c0c 100644 --- a/bog.el +++ b/bog.el @@ -333,8 +333,7 @@ With prefix argument NO-CONTEXT, a prompt will open to select from citekeys for all associated files. This same prompt will be opened if locating a citekey from context fails." (interactive "P") - (let ((citekey (bog-citekey-from-notes-or-files no-context))) - (bog-open-citekey-file citekey))) + (bog-open-citekey-file (bog-citekey-from-notes-or-files no-context))) (defun bog-open-citekey-file (citekey) (let* (citekey-file -- cgit v1.2.3