mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 13:02:00 -08:00
(note_mouse_highlight): Fix type of variable `ignore'.
This commit is contained in:
parent
0e2bfdd708
commit
96d3e893b8
2 changed files with 5 additions and 1 deletions
|
|
@ -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 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
|
||||
|
|
|
|||
|
|
@ -7165,7 +7165,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue