(note_mouse_highlight): Fix type of variable `ignore'.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-11-17 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
|
||||
|
||||
2001-11-17 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user