From 6bd52105358ee95548d065b4ec890f451779cc90 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 17 Apr 2017 10:04:54 +0200 Subject: [PATCH] org-clock: Silence byte-compiler --- lisp/org-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index e771bf23c..a5636e215 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -2762,7 +2762,7 @@ PROPERTIES: The list properties specified in the `:properties' parameter (properties (plist-get params :properties)) (inherit-property-p (plist-get params :inherit-props)) (matcher (and tags (cdr (org-make-tags-matcher tags)))) - cc st p time level tbl) + cc st p tbl) (setq org-clock-file-total-minutes nil) (when block -- 2.11.4.GIT