From: Andreas Schwab Date: Sat, 17 Nov 2001 21:37:41 +0000 (+0000) Subject: (note_mouse_highlight): Fix type of variable `ignore'. X-Git-Tag: emacs-21.2~295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96d3e893b8d1c8b7698a9380314c2f08827f051a;p=emacs.git (note_mouse_highlight): Fix type of variable `ignore'. --- diff --git a/src/ChangeLog b/src/ChangeLog index f1c53a1bad3..99f52a0e2eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-11-17 Andreas Schwab + + * xterm.c (note_mouse_highlight): Fix type of variable `ignore'. + 2001-11-17 Jason Rumney * xterm.c (notice_overwritten_cursor): Take care of end < 0 case. diff --git a/src/xterm.c b/src/xterm.c index 5c11906863a..df55fe4751b 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -7165,7 +7165,7 @@ note_mouse_highlight (f, x, y) { Lisp_Object before = Foverlay_start (overlay); Lisp_Object after = Foverlay_end (overlay); - Lisp_Object ignore; + int ignore; /* Note that we might not be able to find position BEFORE in the glyph matrix if the overlay is