|
| From: | Chong Yidong |
| Subject: | [Emacs-diffs] Changes to emacs/src/xdisp.c,v |
| Date: | Sun, 21 Jan 2007 23:29:20 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Chong Yidong <cyd> 07/01/21 23:29:20
Index: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1138
retrieving revision 1.1139
diff -u -b -r1.1138 -r1.1139
--- xdisp.c 21 Jan 2007 04:18:15 -0000 1.1138
+++ xdisp.c 21 Jan 2007 23:29:20 -0000 1.1139
@@ -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));
| [Prev in Thread] | Current Thread | [Next in Thread] |