]> git.eshelyaron.com Git - emacs.git/commitdiff
(display_text_line): Exit the outer loop immediately
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Jul 1997 06:17:23 +0000 (06:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Jul 1997 06:17:23 +0000 (06:17 +0000)
when the right margin has been reached.

src/xdisp.c

index a36b8f0eda90bc5a7aee2ca7850fd733bc702f77..65b4c2c26e8c58a81c281a77723d5f301553009d 100644 (file)
@@ -1,5 +1,6 @@
 /* Display generation from window structure and buffer text.
-   Copyright (C) 1985, 86, 87, 88, 93, 94, 95 Free Software Foundation, Inc.
+   Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 1997
+     Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -2991,7 +2992,7 @@ display_text_line (w, start, vpos, hpos, taboffset, ovstr_done)
   next_boundary = pos;
   p1prev = p1;
   prevpos = pos;
-  while (1)
+  while (p1 < endp)
     {
       if (pos >= pause)
        {