branch: externals/tmr commit b72bdc389dabcb025596e68f1a39f13fce064f61 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make tmr-notification-notify use 'display-warning' to say where it is coming from --- tmr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmr.el b/tmr.el index 6eabaa606a..e9454991a7 100644 --- a/tmr.el +++ b/tmr.el @@ -543,7 +543,7 @@ Read Info node `(elisp) Desktop Notifications' for details." :app-icon 'emacs :urgency tmr-notification-urgency :sound-file tmr-sound-file)) - (warn "Emacs has no DBUS support, TMR notifications unavailable"))) + (display-warning 'tmr "Emacs has no DBUS support, TMR notifications unavailable"))) ;; NOTE 2022-04-21: Emacs has a `play-sound' function but it only ;; supports .wav and .au formats. Also, it does not work on all