org-expiry: Fix the call to `org-expiry-handler-function'
commit4835befde26f9b432f230165a0c48f9154abba5a
authorKonubinix <konubinix@gmail.com>
Thu, 6 Nov 2014 08:20:22 +0000 (6 09:20 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 22 Sep 2016 19:56:55 +0000 (22 21:56 +0200)
tree33bceb94c71f54d3ff3c6e67f16ceb6ab03cf4c4
parentf46b92df92f2c8202164b86b3a1ddee936ee2d4b
org-expiry: Fix the call to `org-expiry-handler-function'

* contrib/lisp/org-expiry.el (org-expiry-process-entry): Fix the call to
`org-expiry-handler-function'.

`org-expiry-handler-function' is meant to be a variable containing the symbol of
a function to be called. Therefore, calling
(funcall 'org-expiry-handler-function) results in a void function error while
(funcall org-expiry-handler-function) correctly calls the contained function.
contrib/lisp/org-expiry.el