emacs-diffs
[Top][All Lists]
Advanced

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

master 0ccbb6f: Make min-width of the U:-- wider


From: Lars Ingebrigtsen
Subject: master 0ccbb6f: Make min-width of the U:-- wider
Date: Wed, 24 Nov 2021 11:12:32 -0500 (EST)

branch: master
commit 0ccbb6f6d321df0683c6aebe5f4387618d9c85db
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Make min-width of the U:-- wider
    
    * lisp/bindings.el (standard-mode-line-format): Make the modified
    bits larger since there's often a big difference between - and %
    characters.
---
 lisp/bindings.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/bindings.el b/lisp/bindings.el
index a4458cc..29a1baf 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -610,7 +610,7 @@ By default, this shows the information specified by 
`global-mode-string'.")
                    'mode-line-client
                    'mode-line-modified
                    'mode-line-remote)
-              'display '(min-width (4.0)))
+              'display '(min-width (5.0)))
             'mode-line-frame-identification
             'mode-line-buffer-identification
             "   "



reply via email to

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