]> git.eshelyaron.com Git - emacs.git/commit
(set_cursor_from_row): If cursor cannot be set in row,
authorKim F. Storm <storm@cua.dk>
Sun, 28 May 2006 20:19:07 +0000 (20:19 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 28 May 2006 20:19:07 +0000 (20:19 +0000)
commita4f3f618ebf3f27c79ddce6e28fca7a04eae1616
tree30891fe915a1b8b8fa3b1fd9af75e565722a421a
parent794033ae3c7e6a9c3d3e822a22dd5ea62d5c034b
(set_cursor_from_row): If cursor cannot be set in row,
don't update w->cursor and return 0.  Return 1 on success.
(try_cursor_movement): Repeat set_cursor_from_row on successive rows
until it succeeds.
src/xdisp.c