mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix mode-line display on TTY frames
* 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.
This commit is contained in:
parent
c9e901f4a6
commit
aa63064fec
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue