changeset 20054:1b8324e38772

(end-of-visible-line): After skipping some invisible chars. don't go forward a character, just to end of line.
author Karl Heuer <kwzh@gnu.org>
date Wed, 15 Oct 1997 23:10:11 +0000
parents c315820510ba
children 684adb0dcfcc
files lisp/simple.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.