]> git.eshelyaron.com Git - emacs.git/commit
Remove the `mode-line-percent-position' min width hack
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Dec 2021 12:37:15 +0000 (13:37 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 21 Dec 2021 04:23:11 +0000 (05:23 +0100)
commit18ce031f9b21942586255fca86a5acf364742600
tree005c5bf259a8072984baca2f312285870f77bdca
parentc9636727363a0f0ecd8b2dd2cc6eebf9470e71f2
Remove the `mode-line-percent-position' min width hack

* lisp/bindings.el (mode-line-position): Remove hack to get
min-width to work on the `mode-line-percent-position' bit.
* src/xdisp.c (display_string): Respect min-width in the non-Lisp
string case (bug#52332).
lisp/bindings.el
src/xdisp.c