# HG changeset patch # User Andreas Schwab # Date 1006033260 0 # Node ID 4c9e7f8e9d8dfd42a3ba6260b9df01d4760809eb # Parent ed6323982bbe0e45c7d0ffeb7d4fc99836479cc2 (note_mouse_highlight): Fix type of variable `ignore'. diff -r ed6323982bbe -r 4c9e7f8e9d8d src/xterm.c --- a/src/xterm.c Sat Nov 17 21:08:52 2001 +0000 +++ b/src/xterm.c Sat Nov 17 21:41:00 2001 +0000 @@ -7127,7 +7127,7 @@ { 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