org-clock: Remove handling for illicit :scope values
commit3bfbd26acd40e658f1b87d2b3b87676454cabb34
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 23 Jun 2016 22:52:19 +0000 (24 00:52 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 23 Jun 2016 22:52:19 +0000 (24 00:52 +0200)
treead8b031aa44f93ccc331ab91362025d066d08b89
parentba4831bba8b3e4ac5b74ac51e4f89ce5ba43e118
org-clock: Remove handling for illicit :scope values

* lisp/org-clock.el (org-dblock-write:clocktable): :scope is not meant
  to be a s-exp, so don't use `eval' on it.
lisp/org-clock.el