1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

* dispnew.c (scrolling_window): Before scrolling, turn off a mouse-highlight in the window being scrolled.

This commit is contained in:
YAMAMOTO Mitsuharu 2011-06-18 09:37:38 +09:00
parent 4fd75609cb
commit 989b42d2c7
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -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. */