Fix use of uninitialized variable (backport from trunk).
authorEli Zaretskii <eliz@gnu.org>
Mon, 9 Jan 2012 09:27:02 +0000 (17:27 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 9 Jan 2012 09:27:02 +0000 (17:27 +0800)
commit0c5b9eef72cbb54964d34c28ddffd17a0646bc87
tree8437ae3dbf4f1dd4f6c93ef6aa5fb7c17332c278
parentde92a50b9e157cac071355b9836717e62b9edff1
Fix use of uninitialized variable (backport from trunk).

* 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.
src/ChangeLog
src/xdisp.c