# HG changeset patch # User Karl Heuer # Date 876957011 0 # Node ID 1b8324e387729a2ea3b8d611b8bf6035430faed2 # Parent c315820510bae1a82ffe46100491cad5835adf78 (end-of-visible-line): After skipping some invisible chars. don't go forward a character, just to end of line. diff -r c315820510ba -r 1b8324e38772 lisp/simple.el --- a/lisp/simple.el Wed Oct 15 23:06:46 1997 +0000 +++ b/lisp/simple.el Wed Oct 15 23:10:11 1997 +0000 @@ -1279,7 +1279,6 @@ (if (get-text-property (point) 'invisible) (goto-char (next-single-property-change (point) 'invisible)) (goto-char (next-overlay-change (point)))) - (forward-char 1) (end-of-line))) ;;;; Window system cut and paste hooks.