mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-26 08:10:47 -07:00
(decode_mode_spec): For %Z and %z, put keyboard and
terminal coding systems into modeline on MSDOS frames as well.
This commit is contained in:
parent
c75000c7e6
commit
d30e754bc5
1 changed files with 1 additions and 1 deletions
|
|
@ -4498,7 +4498,7 @@ decode_mode_spec (w, c, spec_width, maxwidth)
|
|||
int eol_flag = (c == 'Z');
|
||||
char *p = decode_mode_spec_buf;
|
||||
|
||||
if (FRAME_TERMCAP_P (f))
|
||||
if (! FRAME_WINDOW_P (f))
|
||||
{
|
||||
/* No need to mention EOL here--the terminal never needs
|
||||
to do EOL conversion. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue