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 bc82d0acc0d..a819f0aca38 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -26344,7 +26344,7 @@ decode_mode_spec (struct window *w, register int c, int field_width,
26344 height = WINDOW_TOTAL_LINES (w); 26344 height = WINDOW_TOTAL_LINES (w);
26345 /* We cannot cope with w->start being outside of the 26345 /* We cannot cope with w->start being outside of the
26346 accessible portion of the buffer; in particular, 26346 accessible portion of the buffer; in particular,
26347 display_count_lines call below will infloop if called with 26347 display_count_lines call below might infloop if called with
26348 startpos_byte outside of the [BEGV_BYTE..ZV_BYTE] region. 26348 startpos_byte outside of the [BEGV_BYTE..ZV_BYTE] region.
26349 Such w->start means we were called in some "creative" way 26349 Such w->start means we were called in some "creative" way
26350 when the buffer's restriction was changed, but the window 26350 when the buffer's restriction was changed, but the window