aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index e9deafbfb6e..3c779269f4d 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4285,7 +4285,7 @@ into account variable-width characters and line continuation."
4285 (point)))) 4285 (point))))
4286 4286
4287 ;; Move to the desired column. 4287 ;; Move to the desired column.
4288 (line-move-to-column column) 4288 (line-move-to-column (truncate column))
4289 4289
4290 ;; Corner case: suppose we start out in a field boundary in 4290 ;; Corner case: suppose we start out in a field boundary in
4291 ;; the middle of a continued line. When we get to 4291 ;; the middle of a continued line. When we get to