aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 0a1b3dd13e2..572435bdd1a 100644
--- a/src/term.c
+++ b/src/term.c
@@ -2540,7 +2540,7 @@ term_mouse_position (struct frame **fp, int insist, Lisp_Object *bar_window,
2540 (*fp)->mouse_moved = 0; 2540 (*fp)->mouse_moved = 0;
2541 2541
2542 *bar_window = Qnil; 2542 *bar_window = Qnil;
2543 *part = 0; 2543 *part = scroll_bar_above_handle;
2544 2544
2545 XSETINT (*x, last_mouse_x); 2545 XSETINT (*x, last_mouse_x);
2546 XSETINT (*y, last_mouse_y); 2546 XSETINT (*y, last_mouse_y);