diff options
| author | Chong Yidong | 2007-01-21 23:29:20 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-01-21 23:29:20 +0000 |
| commit | 234e47aaa32cd0b679318a42b4b387918d58e754 (patch) | |
| tree | 18140becb3798230da30ffb80086f8ce367aabb4 /src | |
| parent | 64401adc71a0a289e9190e63459c8334b7063288 (diff) | |
| download | emacs-234e47aaa32cd0b679318a42b4b387918d58e754.tar.gz emacs-234e47aaa32cd0b679318a42b4b387918d58e754.zip | |
(try_window): Revert previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 8 |
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 | ||