浏览代码

Properly declare function to silence byte compiler

* org-clock.el (notifications-notify): Properly declare function to
silence byte compiler.
David Maus 14 年之前
父节点
当前提交
82b7d0bf07
共有 1 个文件被更改,包括 1 次插入1 次删除
  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