diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-25 15:14:22 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-25 15:14:22 +0100 |
commit | 6e5fd99139bb82b384ad27a8097938ea934f512d (patch) | |
tree | 1b01be66a22930ece8f1e884ddc7aee9d777a9ae | |
parent | f1606047c49d86df99c4528abd932d0cdcb2befb (diff) | |
download | emacs-6e5fd99139bb82b384ad27a8097938ea934f512d.tar.gz emacs-6e5fd99139bb82b384ad27a8097938ea934f512d.tar.bz2 emacs-6e5fd99139bb82b384ad27a8097938ea934f512d.zip |
Add temporary mode-line-position change
* lisp/bindings.el (mode-line-position): Add interim solution to
make `min-width' work here; this should be fixed for real in the
display_line machinery somewhere.
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 29a1baffe7b..e28b06a1dcd 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 |