emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116277: Fix last fix of note_mouse_highlight


From: Martin Rudalics
Subject: [Emacs-diffs] trunk r116277: Fix last fix of note_mouse_highlight
Date: Wed, 05 Feb 2014 18:37:56 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116277
revision-id: address@hidden
parent: address@hidden
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Wed 2014-02-05 19:37:36 +0100
message:
  Fix last fix of note_mouse_highlight
modified:
  src/xdisp.c                    xdisp.c-20091113204419-o5vbwnq5f7feedwu-240
=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2014-02-05 18:27:11 +0000
+++ b/src/xdisp.c       2014-02-05 18:37:36 +0000
@@ -28569,6 +28569,7 @@
     {
       note_mode_line_or_margin_highlight (window, x, y, part);
 
+#ifdef HAVE_WINDOW_SYSTEM
       if (part == ON_LEFT_MARGIN || part == ON_RIGHT_MARGIN)
        {
          cursor = FRAME_X_OUTPUT (f)->nontext_cursor;
@@ -28576,6 +28577,7 @@
          goto set_cursor;
        }
       else
+#endif
        return;
     }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]