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 1c307b2..5441fd8 100644
--- a/bog.el
+++ b/bog.el
@@ -182,7 +182,7 @@ year, and the first meaningful word in the title)."
(let ((groups (or groups '(1 2 3)))
(delim (or delim " ")))
(string-match bog-citekey-format citekey)
- (mapconcat '(lambda (g) (match-string-no-properties g citekey))
+ (mapconcat #'(lambda (g) (match-string-no-properties g citekey))
groups delim)))
(defun bog-citekey-at-point ()