]> code.delx.au - gnu-emacs/blobdiff - src/dispnew.c
Merge from emacs-23; up to 2010-06-15T03:34:12Z!rgm@gnu.org.
[gnu-emacs] / src / dispnew.c
index c33442d5048fdddbb9c1dc73a90c077437ea126b..8691c9218533ef897b3ff67010405ea180bed9df 100644 (file)
@@ -4543,6 +4543,7 @@ scrolling_window (struct window *w, int 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.  */