org-clock.el: Use `executable-find' instead of `org-program-exists'.
commit008689cc79d31fa91815652fbfda479ffef3dacb
authorBastien Guerry <bzg@altern.org>
Sat, 28 Apr 2012 21:43:10 +0000 (28 23:43 +0200)
committerBastien Guerry <bzg@altern.org>
Sat, 28 Apr 2012 21:43:10 +0000 (28 23:43 +0200)
treea196e722809f2a680d69be41c99194ccaceb5f9d
parent0678e0e3593cc21b385802b44272cc9fa0a2ebcd
org-clock.el: Use `executable-find' instead of `org-program-exists'.

* org-clock.el (org-program-exists): Remove.
(org-show-notification, org-clock-play-sound): Use
`executable-find' instead of `org-program-exists'.

Thanks to Sébastien Vauban for pointing this.
lisp/org-clock.el