mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 09:14:50 -07:00
(w32_wnd_proc): Call signal_quit when C-g is received.
This commit is contained in:
parent
1ce3dc2b2d
commit
53d6080399
1 changed files with 4 additions and 1 deletions
|
|
@ -3408,7 +3408,10 @@ w32_wnd_proc (hwnd, msg, wParam, lParam)
|
|||
|
||||
/* The choice of message is somewhat arbitrary, as long as
|
||||
the main thread handler just ignores it. */
|
||||
msg = WM_QUIT;
|
||||
msg = WM_NULL;
|
||||
|
||||
/* Interrupt any blocking system calls. */
|
||||
signal_quit ();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue