From 91c153e21f56f7ac76b00a70eb6388f3aaa7f869 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 17 Nov 2001 21:41:54 +0000 Subject: [PATCH] (note_mouse_highlight): Fix type of variable `ignore'. --- src/ChangeLog | 4 ++++ src/xterm.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 678e80bb21..f73c7ddcbc 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 Richard M. Stallman * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object. diff --git a/src/xterm.c b/src/xterm.c index 4e82a8092d..04ad5ee377 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -7127,7 +7127,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