From 0acc3f8f92bb2feee16ff6a99d39d0f0a6fa27c7 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sun, 18 Nov 2001 02:00:03 +0000 Subject: [PATCH] (note_mouse_highlight): Fix type of variable `ignore'. --- src/w32term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32term.c b/src/w32term.c index fe34a8c6ee8..5219880d7b5 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -6772,7 +6772,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 -- 2.39.2