Browse Source

Properly declare function to silence byte compiler

* org-clock.el (notifications-notify): Properly declare function to
silence byte compiler.
David Maus 14 years ago
parent
commit
82b7d0bf07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-clock.el

+ 1 - 1
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