]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix mode-line display on TTY frames
authorEli Zaretskii <eliz@gnu.org>
Mon, 6 Dec 2021 17:36:07 +0000 (19:36 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 6 Dec 2021 17:36:07 +0000 (19:36 +0200)
* lisp/bindings.el (mode-line-frame-control): Remove the leading
'-' before '%F' on TTY frames.  It has no real purpose, and looks
ugly nowadays, since it's preceded by a blank, due to the new
min-width feature.

lisp/bindings.el

index 8a850752fa4b23b62f5d1ed706927006e648a583..98a12a252ad5fb04b57ead6554a9c0ce29e85d28 100644 (file)
@@ -288,7 +288,7 @@ mnemonics of the following coding systems:
 Value is used for `mode-line-frame-identification', which see."
   (if (or (null window-system)
          (eq window-system 'pc))
-      "-%F  "
+      " %F  "
     "  "))
 
 ;; We need to defer the call to mode-line-frame-control to the time