aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-11-05 11:29:58 -0500
committerStefan Monnier2013-11-05 11:29:58 -0500
commit70de5e86d84fc12c6115153c3d6276243cf2b995 (patch)
treeef217abb628c34bf0f8af42bf866c56419f95953 /src/ChangeLog
parent03177f98c9c755b98e25ad9c51bd4945798e77e4 (diff)
downloademacs-70de5e86d84fc12c6115153c3d6276243cf2b995.tar.gz
emacs-70de5e86d84fc12c6115153c3d6276243cf2b995.zip
* src/eval.c (handlerlist_sentinel): New variable.
(init_eval): Use it to ensure handlerlist is non-NULL. (unwind_to_catch): Make sure we never set handlerlist to NULL. (Fsignal): Adjust NULLness test of handlerlist. * src/lisp.h (PUSH_HANDLER): Assume handlerlist is non-NULL. Fixes: debbugs:15802
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e47f6a63740..e23af26f543 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * eval.c (handlerlist_sentinel): New variable (bug#15802).
4 (init_eval): Use it to ensure handlerlist is non-NULL.
5 (unwind_to_catch): Make sure we never set handlerlist to NULL.
6 (Fsignal): Adjust NULLness test of handlerlist.
7
8 * lisp.h (PUSH_HANDLER): Assume handlerlist is non-NULL.
9
12013-11-05 Eli Zaretskii <eliz@gnu.org> 102013-11-05 Eli Zaretskii <eliz@gnu.org>
2 11
3 * callproc.c (call_process): Call prepare_to_modify_buffer before 12 * callproc.c (call_process): Call prepare_to_modify_buffer before