summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2010-09-05 22:59:07 +0200
committerBastien Guerry <bzg@altern.org>2010-09-05 22:59:07 +0200
commite13843ef6516f72bc0a322792bf3368643e72af9 (patch)
tree055df42fb8dfd258c5ea4e370da1c7477793a19a
parent6a99e63dda1e66914cbb65dbd9358e10e9ead5b6 (diff)
downloadorg-mode-e13843ef6516f72bc0a322792bf3368643e72af9.tar.gz
Keep byte compiler happy.
-rw-r--r--lisp/org-clock.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 3328609..aecea4e 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -35,6 +35,7 @@
(require 'cl))
(declare-function calendar-absolute-from-iso "cal-iso" (&optional date))
+(declare-function notifications-notify "notifications" ())
(defvar org-time-stamp-formats)
(defgroup org-clock nil
@@ -558,6 +559,7 @@ use libnotify if available, or fall back on a message."
(start-process "emacs-timer-notification" nil
org-show-notification-handler notification))
((featurep 'notifications)
+ (require 'notifications)
(notifications-notify
:title "Org-mode message"
:body notification