aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 997c76934d4..48eaec1a3d8 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -6570,7 +6570,10 @@ next_element_from_stretch (it)
6570/* Scan forward from CHARPOS in the current buffer, until we find a 6570/* Scan forward from CHARPOS in the current buffer, until we find a
6571 stop position > current IT's position. Then handle the stop 6571 stop position > current IT's position. Then handle the stop
6572 position before that. This is called when we bump into a stop 6572 position before that. This is called when we bump into a stop
6573 position while reordering bidirectional text. */ 6573 position while reordering bidirectional text. CHARPOS should be
6574 the last previously processed stop_pos (or BEGV, if none were
6575 processed yet) whose position is less that IT's current
6576 position. */
6574 6577
6575static void 6578static void
6576handle_stop_backwards (it, charpos) 6579handle_stop_backwards (it, charpos)