aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 5d52d867beb..754b6e9ed38 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3529,7 +3529,7 @@ Outline mode sets this."
3529 (if (and track-eol (eolp) 3529 (if (and track-eol (eolp)
3530 ;; Don't count beg of empty line as end of line 3530 ;; Don't count beg of empty line as end of line
3531 ;; unless we just did explicit end-of-line. 3531 ;; unless we just did explicit end-of-line.
3532 (or (not (bolp)) (eq last-command 'end-of-line))) 3532 (or (not (bolp)) (eq last-command 'move-end-of-line)))
3533 9999 3533 9999
3534 (current-column)))) 3534 (current-column))))
3535 3535