aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indent.c b/src/indent.c
index 0ef8903501d..578dac83df5 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -2027,6 +2027,7 @@ whether or not it is currently displayed in some window. */)
2027 struct position pos; 2027 struct position pos;
2028 pos = *vmotion (PT, PT_BYTE, XINT (lines), w); 2028 pos = *vmotion (PT, PT_BYTE, XINT (lines), w);
2029 SET_PT_BOTH (pos.bufpos, pos.bytepos); 2029 SET_PT_BOTH (pos.bufpos, pos.bytepos);
2030 it.vpos = pos.vpos;
2030 } 2031 }
2031 else 2032 else
2032 { 2033 {