diff options
| author | Lars Ingebrigtsen | 2021-11-25 15:14:22 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-11-25 15:14:22 +0100 |
| commit | 6e5fd99139bb82b384ad27a8097938ea934f512d (patch) | |
| tree | 1b01be66a22930ece8f1e884ddc7aee9d777a9ae | |
| parent | f1606047c49d86df99c4528abd932d0cdcb2befb (diff) | |
| download | emacs-6e5fd99139bb82b384ad27a8097938ea934f512d.tar.gz 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")) | |||
| 501 | 501 | ||
| 502 | (defvar mode-line-position | 502 | (defvar mode-line-position |
| 503 | `((:propertize | 503 | `((:propertize |
| 504 | mode-line-percent-position | 504 | (" " mode-line-percent-position) |
| 505 | local-map ,mode-line-column-line-number-mode-map | 505 | local-map ,mode-line-column-line-number-mode-map |
| 506 | display (min-width (5.0)) | 506 | display (min-width (5.0)) |
| 507 | mouse-face mode-line-highlight | 507 | mouse-face mode-line-highlight |