summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-04-17 10:04:54 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-04-17 10:04:54 +0200
commit6bd52105358ee95548d065b4ec890f451779cc90 (patch)
tree8d8705aa6f2e9a6653dbc07eaab434dd490d7079
parent58ba690e333c91c41872d5f7379f3f04d94e8b20 (diff)
downloadorg-mode-6bd52105358ee95548d065b4ec890f451779cc90.tar.gz
org-clock: Silence byte-compiler
-rw-r--r--lisp/org-clock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index e771bf2..a5636e2 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