diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index a36b8f0eda9..65b4c2c26e8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Display generation from window structure and buffer text. | 1 | /* Display generation from window structure and buffer text. |
| 2 | Copyright (C) 1985, 86, 87, 88, 93, 94, 95 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 1997 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
| @@ -2991,7 +2992,7 @@ display_text_line (w, start, vpos, hpos, taboffset, ovstr_done) | |||
| 2991 | next_boundary = pos; | 2992 | next_boundary = pos; |
| 2992 | p1prev = p1; | 2993 | p1prev = p1; |
| 2993 | prevpos = pos; | 2994 | prevpos = pos; |
| 2994 | while (1) | 2995 | while (p1 < endp) |
| 2995 | { | 2996 | { |
| 2996 | if (pos >= pause) | 2997 | if (pos >= pause) |
| 2997 | { | 2998 | { |