From: Andreas Schwab Date: Sat, 17 Nov 2001 21:41:54 +0000 (+0000) Subject: (note_mouse_highlight): Fix type of variable `ignore'. X-Git-Tag: ttn-vms-21-2-B4~18426 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91c153e21f56f7ac76b00a70eb6388f3aaa7f869;p=emacs.git (note_mouse_highlight): Fix type of variable `ignore'. --- diff --git a/src/ChangeLog b/src/ChangeLog index 678e80bb216..f73c7ddcbc3 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 4e82a8092d4..04ad5ee3772 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