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.
This commit is contained in:
parent
f1606047c4
commit
6e5fd99139
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue