summaryrefslogtreecommitdiff
path: root/src/w32term.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-12-16 05:08:49 +0000
committerMiles Bader <miles@gnu.org>2007-12-16 05:08:49 +0000
commit93d6cabd93a4a4b576e4718eba4d2d93bae1d6fc (patch)
tree9ac476c4c009f6f89a82a06ae83cfa141f8bf351 /src/w32term.c
parent711ab88b4767e931beb9101d4728e07f79db5d37 (diff)
parenta0eea89a59e56020147f3128c20f5cb76250e9d0 (diff)
downloademacs-93d6cabd93a4a4b576e4718eba4d2d93bae1d6fc.tar.gz
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 75714a4a118..b489657361c 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4625,6 +4625,8 @@ x_scroll_bar_clear (f)
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.