diff options
| -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 |