diff src/w32term.c @ 91239:2fcaae6177a5

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author Miles Bader <miles@gnu.org>
date Sun, 16 Dec 2007 05:08:49 +0000
parents 3b9ed57b1424 1d6e3255f024
children 606f2d163a64
line wrap: on
line diff
--- a/src/w32term.c	Fri Dec 14 12:53:04 2007 +0000
+++ b/src/w32term.c	Sun Dec 16 05:08:49 2007 +0000
@@ -4625,6 +4625,8 @@
 static int temp_index;
 static short temp_buffer[100];
 
+/* Temporarily store lead byte of DBCS input sequences.  */
+static char dbcs_lead = 0;
 
 /* Read events coming from the W32 shell.
    This routine is called by the SIGIO handler.