diff options
| author | Richard M. Stallman | 1996-05-13 18:30:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-05-13 18:30:56 +0000 |
| commit | 3d32fc48180351540cd8a37915edf6dcc169a6a9 (patch) | |
| tree | 9f6910564e11158b19590eb6009cdc9b843fa05e /src | |
| parent | 69c46fcf8b13294c88ef0f43da2c8d383f11854b (diff) | |
| download | emacs-3d32fc48180351540cd8a37915edf6dcc169a6a9.tar.gz emacs-3d32fc48180351540cd8a37915edf6dcc169a6a9.zip | |
(win32_wnd_proc): Reenable quit_char detection.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 2965 | enter_crit (); | 2965 | enter_crit (); |
| 2966 | my_post_msg (&wmsg, hwnd, msg, wParam, lParam); | 2966 | my_post_msg (&wmsg, hwnd, msg, wParam, lParam); |
| 2967 | 2967 | ||
| 2968 | #if 0 | 2968 | #if 1 |
| 2969 | /* Detect quit_char and set quit-flag directly. Note that we dow | 2969 | /* Detect quit_char and set quit-flag directly. Note that we dow |
| 2970 | this *after* posting the message to ensure the main thread will | 2970 | this *after* posting the message to ensure the main thread will |
| 2971 | be woken up if blocked in sys_select(). */ | 2971 | be woken up if blocked in sys_select(). */ |