diff options
Diffstat (limited to 'src/indent.c')
| -rw-r--r-- | src/indent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indent.c b/src/indent.c index 1015259cedd..f8c180d3e2b 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -2030,6 +2030,7 @@ whether or not it is currently displayed in some window. */) | |||
| 2030 | struct position pos; | 2030 | struct position pos; |
| 2031 | pos = *vmotion (PT, PT_BYTE, XINT (lines), w); | 2031 | pos = *vmotion (PT, PT_BYTE, XINT (lines), w); |
| 2032 | SET_PT_BOTH (pos.bufpos, pos.bytepos); | 2032 | SET_PT_BOTH (pos.bufpos, pos.bytepos); |
| 2033 | it.vpos = pos.vpos; | ||
| 2033 | } | 2034 | } |
| 2034 | else | 2035 | else |
| 2035 | { | 2036 | { |