Mercurial > emacs
changeset 15232:4c4924843e34
(win32_wnd_proc): Reenable quit_char detection.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 May 1996 18:30:56 +0000 |
parents | afc59ce2842a |
children | affecff5b1fd |
files | src/w32fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32fns.c Mon May 13 18:28:09 1996 +0000 +++ b/src/w32fns.c Mon May 13 18:30:56 1996 +0000 @@ -2965,7 +2965,7 @@ 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(). */