From 368f807bd1db4846011755f686f12cc702fa936c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Feb 2014 22:43:03 -0500 Subject: BUG: Use read syntax #' for byte compilation --- bog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- cgit v1.2.3