Properly declare function to silence byte compiler

* org-clock.el (notifications-notify): Properly declare function to
silence byte compiler.
This commit is contained in:
David Maus 2010-09-07 19:55:30 +02:00
parent 0f44a66523
commit 82b7d0bf07
1 changed files with 1 additions and 1 deletions

View File

@ -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