emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Fri, 22 Jul 2005 14:43:24 -0400

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]