Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.740 emacs/lisp/simple.el:1.741
*** emacs/lisp/simple.el:1.740 Wed Jul 20 22:26:27 2005
--- emacs/lisp/simple.el Fri Jul 22 18:43:24 2005
***************
*** 3491,3498 ****
;; at least go to end of line.
(end-of-line))
((< arg 0)
! ;; If we did not move down as far as desired,
! ;; at least go to end of line.
(beginning-of-line))
(t
(line-move-finish (or goal-column temporary-goal-column)
--- 3491,3498 ----
;; at least go to end of line.
(end-of-line))
((< arg 0)
! ;; If we did not move up as far as desired,
! ;; at least go to beginning of line.
(beginning-of-line))
(t
(line-move-finish (or goal-column temporary-goal-column)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs