From: Richard M. Stallman Date: Tue, 26 Aug 1997 22:41:06 +0000 (+0000) Subject: (decode_mode_spec): For %Z and %z, put keyboard and X-Git-Tag: emacs-20.1~386 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d30e754bc5eac07e2c74412a4f0e373c7af3e44b;p=emacs.git (decode_mode_spec): For %Z and %z, put keyboard and terminal coding systems into modeline on MSDOS frames as well. --- diff --git a/src/xdisp.c b/src/xdisp.c index 2c872069108..48115508823 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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. */