branch: externals/tmr commit 5596e86aba71d376f36ff4d341305b62f3da5ee4 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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