emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keyboard.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Sun, 11 May 2003 11:06:42 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.741 emacs/src/keyboard.c:1.742
*** emacs/src/keyboard.c:1.741  Sat May 10 18:15:35 2003
--- emacs/src/keyboard.c        Sun May 11 11:06:41 2003
***************
*** 1952,1958 ****
                         less than we actually did, so that we still have
                         more freedom below in choosing which end of the range
                         to go to.  */
!                     ? (PT < last_pt ? end : beg)
                      /* We either have moved already or the last point
                         was already in the range: we don't get to choose
                         which end of the range we have to go to.  */
--- 1952,1958 ----
                         less than we actually did, so that we still have
                         more freedom below in choosing which end of the range
                         to go to.  */
!                     ? (orig_pt = -1, PT < last_pt ? end : beg)
                      /* We either have moved already or the last point
                         was already in the range: we don't get to choose
                         which end of the range we have to go to.  */




reply via email to

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