Consistently use marker_position and marker_byte_position.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 11 Dec 2012 06:08:53 +0000 (10:08 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 11 Dec 2012 06:08:53 +0000 (10:08 +0400)
commit4c1acb95dffa5948c7534911c07c2c3d8f390b79
tree28e63a4c2296b9dfc8d061a658196d60d5376c56
parent36327e4ffc03cc71d15be5fc381a08ec082bf60c
Consistently use marker_position and marker_byte_position.
* fringe.c (Ffringe_bitmaps_at_pos):
* indent.c (Fvertical_motion):
* insdel.c (prepare_to_modify_buffer):
* keyboard.c (make_lispy_position):
* window.c (Fwindow_end, Fpos_visible_in_window_p, unshow_buffer)
(window_scroll_pixel_based, displayed_window_lines)
(Fset_window_configuration):
* xdisp.c (message_dolog, with_echo_area_buffer_unwind_data)
(mark_window_display_accurate_1, redisplay_window, decode_mode_spec):
Replace direct access to marker fields with calls
to marker_position and/or marker_byte_position.
src/ChangeLog
src/fringe.c
src/indent.c
src/insdel.c
src/keyboard.c
src/window.c
src/xdisp.c