Fix use of uninitialized variable.
commit5a7a728bb736ee9beea6c30514e0dc95c966de13
authorEli Zaretskii <eliz@gnu.org>
Fri, 28 Oct 2011 18:41:09 +0000 (28 20:41 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 28 Oct 2011 18:41:09 +0000 (28 20:41 +0200)
tree05ece54c80b200ed4b4345bf91d4d94830dd4409
parent52bedd34385bf6434d60d884b306e5883fb656d9
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.
src/ChangeLog
src/xdisp.c