]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last fix of note_mouse_highlight
authorMartin Rudalics <rudalics@gmx.at>
Wed, 5 Feb 2014 18:37:36 +0000 (19:37 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 5 Feb 2014 18:37:36 +0000 (19:37 +0100)
src/xdisp.c

index 755c061c43e41b9b8933496c9e2190df650380d8..980e905b0974a06086142426dc7010af2a041f0f 100644 (file)
@@ -28569,6 +28569,7 @@ note_mouse_highlight (struct frame *f, int x, int y)
     {
       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 @@ note_mouse_highlight (struct frame *f, int x, int y)
          goto set_cursor;
        }
       else
+#endif
        return;
     }