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

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

[elpa] externals/listen 8fc3ca1897 1/3: Fix: (listen-lighter-format) Tru


From: ELPA Syncer
Subject: [elpa] externals/listen 8fc3ca1897 1/3: Fix: (listen-lighter-format) Truncate with precision
Date: Sat, 16 Mar 2024 09:59:03 -0400 (EDT)

branch: externals/listen
commit 8fc3ca1897fc6e414385d9106cea148c3746ecc2
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Fix: (listen-lighter-format) Truncate with precision
    
    See <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69822> for more
    explanation.
---
 listen.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/listen.el b/listen.el
index 32b180eb58..1311be1dfc 100755
--- a/listen.el
+++ b/listen.el
@@ -85,7 +85,7 @@
 Used for mode line lighter and transient menu."
   :type 'natnum)
 
-(defcustom listen-lighter-format "🎵:%s %a: %>15t (%r)%E "
+(defcustom listen-lighter-format "🎵:%s %a: %>.15t (%r)%E "
   "Format for mode line lighter.
 Uses `format-spec', which see.  These format specs are available:
 



reply via email to

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