diff options
| author | Eli Zaretskii | 2013-09-26 10:37:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-09-26 10:37:16 +0300 |
| commit | b87c4ff2817e71ca71b028792200b1e069a95e04 (patch) | |
| tree | bfe00c0655fa02078a9ab2c633ea06d90c4a2064 /src/w32console.c | |
| parent | bbc108377873aa6ed7cf21c731770103096eea39 (diff) | |
| parent | ba355de014b75ed104da4777f909db70d62f2357 (diff) | |
| download | emacs-b87c4ff2817e71ca71b028792200b1e069a95e04.tar.gz emacs-b87c4ff2817e71ca71b028792200b1e069a95e04.zip | |
Merge from trunk.
Diffstat (limited to 'src/w32console.c')
| -rw-r--r-- | src/w32console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32console.c b/src/w32console.c index 94bb5df07a4..285abb310fe 100644 --- a/src/w32console.c +++ b/src/w32console.c | |||
| @@ -630,7 +630,6 @@ void | |||
| 630 | initialize_w32_display (struct terminal *term, int *width, int *height) | 630 | initialize_w32_display (struct terminal *term, int *width, int *height) |
| 631 | { | 631 | { |
| 632 | CONSOLE_SCREEN_BUFFER_INFO info; | 632 | CONSOLE_SCREEN_BUFFER_INFO info; |
| 633 | Mouse_HLInfo *hlinfo; | ||
| 634 | 633 | ||
| 635 | term->rif = 0; /* No window based redisplay on the console. */ | 634 | term->rif = 0; /* No window based redisplay on the console. */ |
| 636 | term->cursor_to_hook = w32con_move_cursor; | 635 | term->cursor_to_hook = w32con_move_cursor; |