Skip to content

Commit

Permalink
* sauron-org.el: fix old func call
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Dec 21, 2011
1 parent ce82d5a commit 429ad91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sauron-org.el
Expand Up @@ -70,7 +70,7 @@ could be lists, too."
'org-agenda-list
`(:minutes-left ,left :msg ,msg))
;; call the old function as well, if defined
(when sauron-org-old-appt-func
(funcall 'sauron-org-old-appt-func minutes-to-app new-time msg))))
(when sr-org-old-appt-func
(funcall sr-org-old-appt-func minutes-to-app new-time msg))))

(provide 'sauron-org)

0 comments on commit 429ad91

Please sign in to comment.