mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 04:53:12 -08:00
(note_mouse_highlight): Fix type of variable `ignore'.
This commit is contained in:
parent
918bc0345a
commit
0acc3f8f92
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue