1
Fork 0
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:
Richard M. Stallman 1997-08-26 22:41:06 +00:00
parent c75000c7e6
commit d30e754bc5

View file

@ -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. */