org-clock: Use lexical binding
commit35bc1c8853c5cfe37930e3540a944a328af5198b
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 20 Dec 2015 22:04:48 +0000 (20 23:04 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 20 Dec 2015 22:04:48 +0000 (20 23:04 +0100)
treef2c6626d376e83cf43255932cce673608c7f9e21
parentf090a2ae871bae330884ee7e7cf580cd675950a8
org-clock: Use lexical binding

* lisp/org-clock.el (org-clock-save-markers-for-cut-and-paste):
(org-clock-select-task):
(org-clock-out):
(org-clock-load): Use `dolist' instead of `mapc' + `lambda'.

(org-clock-insert-selection-line):
(org-resolve-clocks-if-idle):
(org-clock-find-position):
(org-clock-remove-overlays):
(org-dblock-write:clocktable):
(org-clocktable-steps):
(org-clock-get-table-data): Silence byte-compiler.
lisp/org-clock.el