aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32console.c
diff options
context:
space:
mode:
authorK. Handa2016-01-03 17:53:43 +0900
committerK. Handa2016-01-03 17:53:43 +0900
commitfb6d826c69939c2d016c1b824d4e9bcb53d9e643 (patch)
treeb9ce862d6cbe25e740203421984df21e4cbadbf4 /src/w32console.c
parent536f48e9a2251b9e654ea974bd90ff2f40218753 (diff)
parent91917dd58ec5278e555b9c693a830749083e8f89 (diff)
downloademacs-fb6d826c69939c2d016c1b824d4e9bcb53d9e643.tar.gz
emacs-fb6d826c69939c2d016c1b824d4e9bcb53d9e643.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/w32console.c')
-rw-r--r--src/w32console.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/w32console.c b/src/w32console.c
index ec54f83129f..7fffabf3853 100644
--- a/src/w32console.c
+++ b/src/w32console.c
@@ -757,13 +757,8 @@ initialize_w32_display (struct terminal *term, int *width, int *height)
757 else 757 else
758 w32_console_unicode_input = 0; 758 w32_console_unicode_input = 0;
759 759
760 /* This is needed by w32notify.c:send_notifications. */
761 dwMainThreadId = GetCurrentThreadId ();
762
763 /* Setup w32_display_info structure for this frame. */ 760 /* Setup w32_display_info structure for this frame. */
764
765 w32_initialize_display_info (build_string ("Console")); 761 w32_initialize_display_info (build_string ("Console"));
766
767} 762}
768 763
769 764