diff options
| author | Eli Zaretskii | 2012-01-14 22:15:01 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-01-14 22:15:01 +0200 |
| commit | c85efaf73fd8447ea9da54da42a615fd59679f2d (patch) | |
| tree | dbf7adc7350ad033c91cbca6f9dcac2b83d67561 /src/ChangeLog | |
| parent | 688070a52955c1046a3b2a373956725926703c9d (diff) | |
| download | emacs-c85efaf73fd8447ea9da54da42a615fd59679f2d.tar.gz emacs-c85efaf73fd8447ea9da54da42a615fd59679f2d.zip | |
Fix bug #9087 with crashes on MS-Windows under throw-on-input.
src/w32fns.c (signal_user_input): Don't do a QUIT, to avoid
thrashing the stack of the thread.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 28910c5a556..eb03ef1357f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-01-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (signal_user_input): Don't do a QUIT, to avoid | ||
| 4 | thrashing the stack of the thread. (Bug#9087) | ||
| 5 | |||
| 1 | 2012-01-12 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-01-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses. | 8 | * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses. |