summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2010-09-07 19:55:30 +0200
committerDavid Maus <dmaus@ictsoc.de>2010-09-07 20:03:30 +0200
commit82b7d0bf0786cb74dc3309f53d307e9b215e1d99 (patch)
tree7899af20846c42c1222f10971d061ed698362500
parent0f44a6652360116424e3b88dcf6508e2b2472729 (diff)
downloadorg-mode-82b7d0bf0786cb74dc3309f53d307e9b215e1d99.tar.gz
Properly declare function to silence byte compiler
* org-clock.el (notifications-notify): Properly declare function to silence byte compiler.
-rw-r--r--lisp/org-clock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index aecea4e..8979396 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -35,7 +35,7 @@
(require 'cl))
(declare-function calendar-absolute-from-iso "cal-iso" (&optional date))
-(declare-function notifications-notify "notifications" ())
+(declare-function notifications-notify "notifications" (&rest params))
(defvar org-time-stamp-formats)
(defgroup org-clock nil