changeset 19562:318a3a6a8ff5

(decode_mode_spec): For %Z and %z, put keyboard and terminal coding systems into modeline on MSDOS frames as well.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Aug 1997 22:41:06 +0000
parents 7e13891b6f22
children fd3807f45b7b
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.  */