summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/bog.el b/bog.el
index 2187470..cecc390 100644
--- a/bog.el
+++ b/bog.el
@@ -301,9 +301,9 @@ Otherwise, prompt for CATEGORY."
(list (or (equal current-prefix-arg '(4))
(and bog--citekey-cache
(intern (org-icompleting-read
- "Category: "
- (mapcar (lambda (c) (symbol-name (car c)))
- bog--citekey-cache)))))))
+ "Category: "
+ (mapcar (lambda (c) (symbol-name (car c)))
+ bog--citekey-cache)))))))
(setq bog--citekey-cache
(and (not (eq category t))
(assq-delete-all category bog--citekey-cache))))