From cdb4bc0a81827968af755c02f8632c204ac6967a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 6 Dec 2021 20:47:43 +0200 Subject: [PATCH] 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... --- lisp/bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2