mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(note_mouse_highlight): Fix type of variable `ignore'.
This commit is contained in:
parent
65b7d3e7a7
commit
91c153e21f
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 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue