summaryrefslogtreecommitdiff
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-01-21 23:29:20 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-01-21 23:29:20 +0000
commit2e35c021a0503bae9dff4de9cbea33e54c90b6cf (patch)
tree37a54d6fdaabf2bdf1f4d9bf1a9fa9280faa9409 /src/xdisp.c
parentdc6551a0a0fd34a9664ff5bc758cb9473508740f (diff)
downloademacs-2e35c021a0503bae9dff4de9cbea33e54c90b6cf.tar.gz
(try_window): Revert previous change.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c8
1 files changed, 0 insertions, 8 deletions
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));