aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index f9c1b4d1bf0..755c061c43e 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -28572,7 +28572,7 @@ note_mouse_highlight (struct frame *f, int x, int y)
28572 if (part == ON_LEFT_MARGIN || part == ON_RIGHT_MARGIN) 28572 if (part == ON_LEFT_MARGIN || part == ON_RIGHT_MARGIN)
28573 { 28573 {
28574 cursor = FRAME_X_OUTPUT (f)->nontext_cursor; 28574 cursor = FRAME_X_OUTPUT (f)->nontext_cursor;
28575 /* Sho non-text cursor (Bug#16647). */ 28575 /* Show non-text cursor (Bug#16647). */
28576 goto set_cursor; 28576 goto set_cursor;
28577 } 28577 }
28578 else 28578 else