aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 1ea55021a34..7584d55e69f 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -19248,7 +19248,7 @@ cursor_in_mouse_face_p (w)
19248 of last line in W. In the row containing CHARPOS, stop before glyphs 19248 of last line in W. In the row containing CHARPOS, stop before glyphs
19249 having STOP as object. */ 19249 having STOP as object. */
19250 19250
19251#if 0 /* This is a version of fast_find_position that's more correct 19251#if 1 /* This is a version of fast_find_position that's more correct
19252 in the presence of hscrolling, for example. I didn't install 19252 in the presence of hscrolling, for example. I didn't install
19253 it right away because the problem fixed is minor, it failed 19253 it right away because the problem fixed is minor, it failed
19254 in 20.x as well, and I think it's too risky to install 19254 in 20.x as well, and I think it's too risky to install
@@ -19315,7 +19315,7 @@ fast_find_position (w, charpos, hpos, vpos, x, y, stop)
19315 return past_end; 19315 return past_end;
19316} 19316}
19317 19317
19318#else /* not 0 */ 19318#else /* not 1 */
19319 19319
19320static int 19320static int
19321fast_find_position (w, pos, hpos, vpos, x, y, stop) 19321fast_find_position (w, pos, hpos, vpos, x, y, stop)
@@ -19413,7 +19413,7 @@ fast_find_position (w, pos, hpos, vpos, x, y, stop)
19413 return 0; 19413 return 0;
19414} 19414}
19415 19415
19416#endif /* not 0 */ 19416#endif /* not 1 */
19417 19417
19418 19418
19419/* Find the position of the glyph for position POS in OBJECT in 19419/* Find the position of the glyph for position POS in OBJECT in