projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
284795f
)
(display_text_line): Exit the outer loop immediately
author
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Jul 1997 06:17:23 +0000
(06:17 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index a36b8f0eda90bc5a7aee2ca7850fd733bc702f77..65b4c2c26e8c58a81c281a77723d5f301553009d 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-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)
{