org-capture: Silence byte-compiler

* lisp/org-capture.el (org-capture-fill-template): Silence
  byte-compiler.
This commit is contained in:
Nicolas Goaziou 2015-11-29 22:01:30 +01:00
parent bd3a2cbf2f
commit 813d04f8d4
1 changed files with 1 additions and 1 deletions

View File

@ -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))