emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tmr 5596e86aba: tmr: write arguments of declared functi


From: ELPA Syncer
Subject: [elpa] externals/tmr 5596e86aba: tmr: write arguments of declared functions
Date: Mon, 16 May 2022 04:57:53 -0400 (EDT)

branch: externals/tmr
commit 5596e86aba71d376f36ff4d341305b62f3da5ee4
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    tmr: write arguments of declared functions
---
 tmr.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmr.el b/tmr.el
index ccb9edf5af..d016fccd25 100644
--- a/tmr.el
+++ b/tmr.el
@@ -57,8 +57,8 @@ Each function must accept a timer as argument."
   :type 'hook
   :options '(tmr-print-message-for-created-timer))
 
-(declare-function tmr-sound-play "ext:tmr-sound.el")
-(declare-function tmr-notification-notify "ext:tmr-notification.el")
+(declare-function tmr-sound-play "ext:tmr-sound.el" (&optional timer))
+(declare-function tmr-notification-notify "ext:tmr-notification.el" (title 
message))
 
 (defcustom tmr-timer-completed-functions
   (list #'tmr-print-message-for-completed-timer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]