Sfoglia il codice sorgente

Properly declare function to silence byte compiler

* org-clock.el (notifications-notify): Properly declare function to
silence byte compiler.
David Maus 15 anni fa
parent
commit
82b7d0bf07
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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