# HG changeset patch # User Richard M. Stallman # Date 872635266 0 # Node ID 318a3a6a8ff5c775975c26f8bee4d8cf61cdbd5e # Parent 7e13891b6f228339c231a184267714bb667bfe8f (decode_mode_spec): For %Z and %z, put keyboard and terminal coding systems into modeline on MSDOS frames as well. diff -r 7e13891b6f22 -r 318a3a6a8ff5 src/xdisp.c --- a/src/xdisp.c Tue Aug 26 22:16:09 1997 +0000 +++ b/src/xdisp.c Tue Aug 26 22:41:06 1997 +0000 @@ -4498,7 +4498,7 @@ 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. */