From 82b7d0bf0786cb74dc3309f53d307e9b215e1d99 Mon Sep 17 00:00:00 2001 From: David Maus Date: Tue, 7 Sep 2010 19:55:30 +0200 Subject: [PATCH] Properly declare function to silence byte compiler * org-clock.el (notifications-notify): Properly declare function to silence byte compiler. --- lisp/org-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index aecea4e93..8979396fe 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 -- 2.11.4.GIT