]> git.eshelyaron.com Git - emacs.git/commitdiff
(win32_wnd_proc): Reenable quit_char detection.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 May 1996 18:30:56 +0000 (18:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 May 1996 18:30:56 +0000 (18:30 +0000)
src/w32fns.c

index 7655f16ffe1e333824a7ac8dea9fa67a47c0ea8c..f6f3f4aec1c523a14377680abd5b91b68f4bfdfe 100644 (file)
@@ -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(). */