changeset 75370:a28e0446640f

(try_window): Revert previous change.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 21 Jan 2007 23:29:20 +0000
parents bcebc53f7880
children 7267980a2f42
files src/xdisp.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Sun Jan 21 23:29:00 2007 +0000
+++ b/src/xdisp.c	Sun Jan 21 23:29:20 2007 +0000
@@ -13540,14 +13540,6 @@
   struct glyph_row *last_text_row = NULL;
   struct frame *f = XFRAME (w->frame);
 
-  /* Clear any existing mouse-face highlights.  */
-  if (FRAME_WINDOW_P (f))
-    {
-      update_begin (f);
-      rif->clear_window_mouse_face (w);
-      update_end (f);
-    }
-
   /* Make POS the new window start.  */
   set_marker_both (w->start, Qnil, CHARPOS (pos), BYTEPOS (pos));