From: Eli Zaretskii Date: Mon, 6 Dec 2021 18:47:43 +0000 (+0200) Subject: Revert "Avoid small parasitic button on mode line" X-Git-Tag: emacs-29.0.90~3611^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdb4bc0a81827968af755c02f8632c204ac6967a;p=emacs.git Revert "Avoid small parasitic button on mode line" This reverts commit c9e901f4a612646be4ce06e1619897edfb073bf0. Turns out without that "ghost" button min-width doesn't work on the mode line at all... --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 98a12a252ad..ba3bf81b3e3 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -501,7 +501,7 @@ mouse-1: Display Line and Column Mode Menu")) (defvar mode-line-position `((:propertize - ("" mode-line-percent-position) + (" " mode-line-percent-position) local-map ,mode-line-column-line-number-mode-map display (min-width (5.0)) mouse-face mode-line-highlight