]> git.eshelyaron.com Git - emacs.git/commitdiff
* dispnew.c (scrolling_window): Before scrolling, turn off a mouse-highlight in the...
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 18 Jun 2011 00:37:38 +0000 (09:37 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 18 Jun 2011 00:37:38 +0000 (09:37 +0900)
src/ChangeLog
src/dispnew.c

index 503f0c8e3008232a329697bca8ccff63120d7b94..46fef8b928549e574d69ca26fb31f89c856e1fd2 100644 (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)
index 4c460abd636900ac8c4fd88d8c403d1a7fd927ed..d2878a4fa57b771fa9156b5bb95b86d0ca7226ee 100644 (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.  */