* window.h (struct window): Replace last_cursor with last_cursor_vpos
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 26 Aug 2013 09:33:37 +0000 (13:33 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 26 Aug 2013 09:33:37 +0000 (13:33 +0400)
commitc80016b3c123a76970d8f9dbbff61aeb5319c919
treeca9e8780e1f72827c145f3342c9cc5a145b078d5
parentdf54bcbde0e7f8762b97a0e9ea2021e1902851e6
* window.h (struct window): Replace last_cursor with last_cursor_vpos
because this is the only last cursor data we need to keep and consult.
* window.c (replace_window, set_window_buffer, Fsplit_window_internal):
* xdisp.c (mark_window_display_accurate_1, try_cursor_movement):
Adjust users.
src/ChangeLog
src/window.c
src/window.h
src/xdisp.c