diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 7127 | { | 7127 | { |
| 7128 | Lisp_Object before = Foverlay_start (overlay); | 7128 | Lisp_Object before = Foverlay_start (overlay); |
| 7129 | Lisp_Object after = Foverlay_end (overlay); | 7129 | Lisp_Object after = Foverlay_end (overlay); |
| 7130 | Lisp_Object ignore; | 7130 | int ignore; |
| 7131 | 7131 | ||
| 7132 | /* Note that we might not be able to find position | 7132 | /* Note that we might not be able to find position |
| 7133 | BEFORE in the glyph matrix if the overlay is | 7133 | BEFORE in the glyph matrix if the overlay is |