aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index f57abdb9eff..a33f0111d8f 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1279,7 +1279,6 @@ If ARG is zero, move to the beginning of the current line."
1279 (if (get-text-property (point) 'invisible) 1279 (if (get-text-property (point) 'invisible)
1280 (goto-char (next-single-property-change (point) 'invisible)) 1280 (goto-char (next-single-property-change (point) 'invisible))
1281 (goto-char (next-overlay-change (point)))) 1281 (goto-char (next-overlay-change (point))))
1282 (forward-char 1)
1283 (end-of-line))) 1282 (end-of-line)))
1284 1283
1285;;;; Window system cut and paste hooks. 1284;;;; Window system cut and paste hooks.