Changeset da0bfb7e0400c87413670a4a305849165e63181a
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r4212827
|
rda0bfb7
|
|
| 3337 | 3337 | marked_id); |
| 3338 | 3338 | |
| | 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 | |
| 3339 | 3343 | owl_global_set_direction_downwards(&g); |
| 3340 | 3344 | } |