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

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

[elpa] externals/tmr 7ded018cd6 20/21: Use consistent faces


From: ELPA Syncer
Subject: [elpa] externals/tmr 7ded018cd6 20/21: Use consistent faces
Date: Thu, 21 Apr 2022 14:58:11 -0400 (EDT)

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

    Use consistent faces
---
 tmr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmr.el b/tmr.el
index d8e559ae0a..996ea22cd0 100644
--- a/tmr.el
+++ b/tmr.el
@@ -171,7 +171,7 @@ Optionally include DESCRIPTION."
     (message
      "TMR %s %s ; %s %s%s"
      (propertize "Start:" 'face 'success) start
-     (propertize "End:" 'face 'warning) end
+     (propertize "End:" 'face 'error) end
      desc-propertized)
     (unless (plist-get (notifications-get-capabilities) :sound)
       (tmr--play-sound))))



reply via email to

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