aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-02-03 13:37:43 +0400
committerDmitry Antipov2014-02-03 13:37:43 +0400
commit9cad4576df88d17c2234c8f04f05dac279e57b22 (patch)
tree01eb9a6e16e2dd6e476cd38ab0adcae2ebae5a0c /src/ChangeLog
parent7bcbca405fcab0cec6629856e9eeec8f97fd0a7d (diff)
downloademacs-9cad4576df88d17c2234c8f04f05dac279e57b22.tar.gz
emacs-9cad4576df88d17c2234c8f04f05dac279e57b22.zip
* eval.c (call_debugger): Grow specpdl if the debugger was
entered due to specpdl overflow (Bug#16603) and allow more specpdl space for the debugger itself.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 517b3129a22..ac41dabafcd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * print.c (Fexternal_debugging_output): Add cast to pacify 3 * print.c (Fexternal_debugging_output): Add cast to pacify
4 --enable-gcc-warnings. 4 --enable-gcc-warnings.
5 * eval.c (call_debugger): Grow specpdl if the debugger was
6 entered due to specpdl overflow (Bug#16603) and allow more
7 specpdl space for the debugger itself.
5 8
62014-02-02 Martin Rudalics <rudalics@gmx.at> 92014-02-02 Martin Rudalics <rudalics@gmx.at>
7 10