Sfoglia il codice sorgente

org-capture: Silence byte-compiler

* lisp/org-capture.el (org-capture-fill-template): Silence
  byte-compiler.
Nicolas Goaziou 9 anni fa
parent
commit
813d04f8d4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lisp/org-capture.el

+ 1 - 1
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))