Mercurial > emacs
changeset 21995:37088286bbd5
(compute_motion): Fix, in a different way, the bug of handling
wide-column character around right margin.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 08 May 1998 04:17:48 +0000 |
parents | e244c4d9b0ca |
children | 60178dff673f |
files | src/indent.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/indent.c Fri May 08 02:28:22 1998 +0000 +++ b/src/indent.c Fri May 08 04:17:48 1998 +0000 @@ -1259,8 +1259,7 @@ if (vpos > tovpos || vpos == tovpos && hpos >= tohpos) { if (contin_hpos && prev_hpos == 0 - && ((hpos > tohpos && contin_hpos == width) - || (wide_column_end_hpos > width))) + && wide_column_end_hpos > width) { /* Line breaks because we can't put the character at the previous line any more. It is not the multi-column character continued in middle. Go back to previous