* marker.c (set_marker_internal): If desired position is passed
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 11 Feb 2013 10:21:52 +0000 (14:21 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 11 Feb 2013 10:21:52 +0000 (14:21 +0400)
commitf74de3451c2cb3033f6d17f9c479150d00e4caa8
tree71ae407b470ab3dfa954abd0279d363808618bd0
parent5109429f09110cd817d87e1c361ac66aaee28431
* marker.c (set_marker_internal): If desired position is passed
as a marker, avoid call to buf_charpos_to_bytepos.
* window.c (Fset_window_point): Omit redundant type checking.
(Fset_window_start): Likewise.  Format comment.
(window_scroll_pixel_based): Use set_marker_restricted_both
with character and byte positions obtained from an iterator.
(Fset_window_configuration): Use set_marker_restricted_both.
* xdisp.c (message_dolog): Likewise.
src/ChangeLog
src/marker.c
src/window.c
src/xdisp.c