aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-02-12 17:46:33 +0800
committerChong Yidong2012-02-12 17:46:33 +0800
commitafd83bd1529031d2883602908e9d58efef0c1fd0 (patch)
tree72f9c5e52cca8212c34c6d3a141901ff5e4d5458 /src/ChangeLog
parentd4bd55e7aed47124919d022852d48c53d389fe80 (diff)
downloademacs-afd83bd1529031d2883602908e9d58efef0c1fd0.tar.gz
emacs-afd83bd1529031d2883602908e9d58efef0c1fd0.zip
Avoid a risky corner case with invalid face ids.
* src/xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here, as that creates a dangerous corner case.
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 0ded1fc7a67..1e28d258523 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-02-12 Chong Yidong <cyd@gnu.org> 12012-02-12 Chong Yidong <cyd@gnu.org>
2 2
3 * xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
4 as that creates a dangerous corner case.
5
3 * window.c (Fdelete_window_internal): Invalidate the mouse 6 * window.c (Fdelete_window_internal): Invalidate the mouse
4 highlight (Bug#9904). 7 highlight (Bug#9904).
5 8