aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-10-28 20:41:09 +0200
committerEli Zaretskii2011-10-28 20:41:09 +0200
commit5a7a728bb736ee9beea6c30514e0dc95c966de13 (patch)
tree05ece54c80b200ed4b4345bf91d4d94830dd4409 /src/ChangeLog
parent52bedd34385bf6434d60d884b306e5883fb656d9 (diff)
downloademacs-5a7a728bb736ee9beea6c30514e0dc95c966de13.tar.gz
emacs-5a7a728bb736ee9beea6c30514e0dc95c966de13.zip
Fix use of uninitialized variable.
src/xdisp.c (note_mouse_highlight): Initialize `part', to avoid a possible random value that matches one of those tested as condition to clear the mouse face.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index da0ba4b11f2..fad9b4f9e46 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-10-28 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
4 possible random value that matches one of those tested as
5 condition to clear the mouse face.
6
12011-10-28 Chong Yidong <cyd@gnu.org> 72011-10-28 Chong Yidong <cyd@gnu.org>
2 8
3 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var. 9 * xdisp.c (note_mouse_highlight): Fix use of uninitialized var.