aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2007-01-21 23:29:20 +0000
committerChong Yidong2007-01-21 23:29:20 +0000
commit234e47aaa32cd0b679318a42b4b387918d58e754 (patch)
tree18140becb3798230da30ffb80086f8ce367aabb4 /src
parent64401adc71a0a289e9190e63459c8334b7063288 (diff)
downloademacs-234e47aaa32cd0b679318a42b4b387918d58e754.tar.gz
emacs-234e47aaa32cd0b679318a42b4b387918d58e754.zip
(try_window): Revert previous change.
Diffstat (limited to 'src')
-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)
13540 struct glyph_row *last_text_row = NULL; 13540 struct glyph_row *last_text_row = NULL;
13541 struct frame *f = XFRAME (w->frame); 13541 struct frame *f = XFRAME (w->frame);
13542 13542
13543 /* Clear any existing mouse-face highlights. */
13544 if (FRAME_WINDOW_P (f))
13545 {
13546 update_begin (f);
13547 rif->clear_window_mouse_face (w);
13548 update_end (f);
13549 }
13550
13551 /* Make POS the new window start. */ 13543 /* Make POS the new window start. */
13552 set_marker_both (w->start, Qnil, CHARPOS (pos), BYTEPOS (pos)); 13544 set_marker_both (w->start, Qnil, CHARPOS (pos), BYTEPOS (pos));
13553 13545