aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/dispnew.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b8b3d2a1a9c..c431eb1e7b2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * dispnew.c (scrolling_window): Before scrolling, turn off a
4 mouse-highlight in the window being scrolled.
5
12011-06-24 Juanma Barranquero <lekktu@gmail.com> 62011-06-24 Juanma Barranquero <lekktu@gmail.com>
2 7
3 Move DEFSYM to lisp.h and use everywhere. 8 Move DEFSYM to lisp.h and use everywhere.
diff --git a/src/dispnew.c b/src/dispnew.c
index c33442d5048..8691c921853 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -4543,6 +4543,7 @@ scrolling_window (struct window *w, int header_line_p)
4543 /* Copy on the display. */ 4543 /* Copy on the display. */
4544 if (r->current_y != r->desired_y) 4544 if (r->current_y != r->desired_y)
4545 { 4545 {
4546 rif->clear_window_mouse_face (w);
4546 rif->scroll_run_hook (w, r); 4547 rif->scroll_run_hook (w, r);
4547 4548
4548 /* Invalidate runs that copy from where we copied to. */ 4549 /* Invalidate runs that copy from where we copied to. */