/[emacs]/emacs/src/keyboard.c
ViewVC logotype

Diff of /emacs/src/keyboard.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.741 by monnier, Sat May 10 22:15:35 2003 UTC revision 1.742 by monnier, Sun May 11 15:06:41 2003 UTC
# Line 1952  adjust_point_for_property (last_pt, modi Line 1952  adjust_point_for_property (last_pt, modi
1952                           less than we actually did, so that we still have                           less than we actually did, so that we still have
1953                           more freedom below in choosing which end of the range                           more freedom below in choosing which end of the range
1954                           to go to.  */                           to go to.  */
1955                        ? (PT < last_pt ? end : beg)                        ? (orig_pt = -1, PT < last_pt ? end : beg)
1956                        /* We either have moved already or the last point                        /* We either have moved already or the last point
1957                           was already in the range: we don't get to choose                           was already in the range: we don't get to choose
1958                           which end of the range we have to go to.  */                           which end of the range we have to go to.  */

Legend:
Removed from v.1.741  
changed lines
  Added in v.1.742

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26