From: Richard M. Stallman Date: Mon, 13 May 1996 18:30:56 +0000 (+0000) Subject: (win32_wnd_proc): Reenable quit_char detection. X-Git-Tag: emacs-19.34~630 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d32fc48180351540cd8a37915edf6dcc169a6a9;p=emacs.git (win32_wnd_proc): Reenable quit_char detection. --- diff --git a/src/w32fns.c b/src/w32fns.c index 7655f16ffe1..f6f3f4aec1c 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -2965,7 +2965,7 @@ win32_wnd_proc (hwnd, msg, wParam, lParam) enter_crit (); my_post_msg (&wmsg, hwnd, msg, wParam, lParam); -#if 0 +#if 1 /* Detect quit_char and set quit-flag directly. Note that we dow this *after* posting the message to ensure the main thread will be woken up if blocked in sys_select(). */