]> git.eshelyaron.com Git - emacs.git/commitdiff
(decode_mode_spec): For %Z and %z, put keyboard and
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Aug 1997 22:41:06 +0000 (22:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Aug 1997 22:41:06 +0000 (22:41 +0000)
terminal coding systems into modeline on MSDOS frames as well.

src/xdisp.c

index 2c872069108ab6ddd1985ad397975fcbc3aba7bb..48115508823090d9aacf096241211b01575c7a21 100644 (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.  */