* dispnew.c (scrolling_window): Before scrolling, turn off a mouse-highlight in the window being scrolled.
This commit is contained in:
parent
4fd75609cb
commit
989b42d2c7
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-06-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* dispnew.c (scrolling_window): Before scrolling, turn off a
|
||||
mouse-highlight in the window being scrolled.
|
||||
|
||||
2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF. (Bug#8839)
|
||||
|
|
|
@ -5206,6 +5206,7 @@ scrolling_window (w, header_line_p)
|
|||
/* Copy on the display. */
|
||||
if (r->current_y != r->desired_y)
|
||||
{
|
||||
rif->clear_window_mouse_face (w);
|
||||
rif->scroll_run_hook (w, r);
|
||||
|
||||
/* Invalidate runs that copy from where we copied to. */
|
||||
|
|
Loading…
Add table
Reference in a new issue