diff options
| author | Miles Bader | 2007-12-16 05:08:49 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-16 05:08:49 +0000 |
| commit | d29ee6b1a110cf5d170a10317a96acbbd4a1c68b (patch) | |
| tree | 58f3c40766d8d56de7d2b026c29e198764d910aa /src/w32term.c | |
| parent | 7e095e45a3f790e4608c88db9648d248e24901dc (diff) | |
| parent | 47854a55680b5809811caf72f66ecbe8289c2855 (diff) | |
| download | emacs-d29ee6b1a110cf5d170a10317a96acbbd4a1c68b.tar.gz emacs-d29ee6b1a110cf5d170a10317a96acbbd4a1c68b.zip | |
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.c | 2 |
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) | |||
| 4625 | static int temp_index; | 4625 | static int temp_index; |
| 4626 | static short temp_buffer[100]; | 4626 | static short temp_buffer[100]; |
| 4627 | 4627 | ||
| 4628 | /* Temporarily store lead byte of DBCS input sequences. */ | ||
| 4629 | static char dbcs_lead = 0; | ||
| 4628 | 4630 | ||
| 4629 | /* Read events coming from the W32 shell. | 4631 | /* Read events coming from the W32 shell. |
| 4630 | This routine is called by the SIGIO handler. | 4632 | This routine is called by the SIGIO handler. |