Changeset da0bfb7e0400c87413670a4a305849165e63181a

Show
Ignore:
Timestamp:
10/27/09 20:51:52 (4 weeks ago)
Author:
Nelson Elhage <nelhage@mit.edu>
git-author:
Nelson Elhage <nelhage@mit.edu> / 2009-10-07T23:09:52Z-0400
Parents:
1bdd90d85a28ff8d5cbdae25a2df9c2e558024dc
Children:
369707ed232a584a6b9f06c3e2c84ce4eb9f281e
git-committer:
Nelson Elhage <nelhage@mit.edu> / 2009-10-27T20:51:52Z-0400
Message:
Maintain the 'curmsg is not at end' invariant on swap-mark-and-point.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • functions.c

    r4212827 rda0bfb7  
    33373337                            marked_id); 
    33383338 
     3339  if(owl_view_iterator_is_at_end(owl_global_get_curmsg(&g))) { 
     3340    owl_view_iterator_prev(owl_global_get_curmsg(&g)); 
     3341  } 
     3342 
    33393343  owl_global_set_direction_downwards(&g); 
    33403344}