From 813d04f8d4087ef6bf479000535cee3af6b3f61c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 29 Nov 2015 22:01:30 +0100 Subject: [PATCH] org-capture: Silence byte-compiler * lisp/org-capture.el (org-capture-fill-template): Silence byte-compiler. --- lisp/org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 6812fcdd4..75675c0f3 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -1722,7 +1722,7 @@ The template may still contain \"%?\" for cursor positioning." time org-time-was-given (member key '("u" "U")) nil nil (list org-end-time-was-given)))) - (t + (_ (push (completing-read (concat (or prompt "Enter string") (and default (format " [%s]" default))