From: Chong Yidong Date: Sun, 21 Jan 2007 23:29:20 +0000 (+0000) Subject: (try_window): Revert previous change. X-Git-Tag: emacs-pretest-22.0.93~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=234e47aaa32cd0b679318a42b4b387918d58e754;p=emacs.git (try_window): Revert previous change. --- diff --git a/src/xdisp.c b/src/xdisp.c index badf55b9f58..b018735c3c6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -13540,14 +13540,6 @@ try_window (window, pos, check_margins) 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));