aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index dd474cf094e..bd6ab628d43 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -7690,6 +7690,7 @@ set_iterator_to_next (struct it *it, int reseat_p)
7690 case GET_FROM_STRETCH: 7690 case GET_FROM_STRETCH:
7691#ifdef HAVE_XWIDGETS 7691#ifdef HAVE_XWIDGETS
7692 case GET_FROM_XWIDGET: 7692 case GET_FROM_XWIDGET:
7693#endif
7693 7694
7694 /* The position etc with which we have to proceed are on 7695 /* The position etc with which we have to proceed are on
7695 the stack. The position may be at the end of a string, 7696 the stack. The position may be at the end of a string,
@@ -7699,7 +7700,6 @@ set_iterator_to_next (struct it *it, int reseat_p)
7699 if (it->method == GET_FROM_STRING) 7700 if (it->method == GET_FROM_STRING)
7700 goto consider_string_end; 7701 goto consider_string_end;
7701 break; 7702 break;
7702#endif
7703 7703
7704 default: 7704 default:
7705 /* There are no other methods defined, so this should be a bug. */ 7705 /* There are no other methods defined, so this should be a bug. */