org-capture: Silence byte-compiler
* lisp/org-capture.el (org-capture-fill-template): Silence byte-compiler.
This commit is contained in:
parent
bd3a2cbf2f
commit
813d04f8d4
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue