From d30e754bc5eac07e2c74412a4f0e373c7af3e44b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Aug 1997 22:41:06 +0000 Subject: [PATCH] (decode_mode_spec): For %Z and %z, put keyboard and terminal coding systems into modeline on MSDOS frames as well. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5