summaryrefslogtreecommitdiff
path: root/lisp/allout.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/allout.el')
-rw-r--r--lisp/allout.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/allout.el b/lisp/allout.el
index 5102ee73412..174184fc7ad 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -3079,6 +3079,8 @@ Move to buffer limit in indicated direction if headings are exhausted."
(backward (if (< arg 0) (setq arg (* -1 arg))))
(step (if backward -1 1))
(progress (allout-current-bullet-pos))
+ ;; Move to the next physical line.
+ (line-move-visual nil)
prev got)
(while (> arg 0)