Refactoring: rename functions of getting BOL and EOFL:
commit506b3d4eee80b494b7650a3c4944a1d8df5653a5
authorAndrew Borodin <aborodin@vmail.ru>
Mon, 25 Feb 2013 13:08:53 +0000 (25 17:08 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Fri, 5 Jul 2013 05:09:03 +0000 (5 09:09 +0400)
tree75283fafb5d0b5347b1846352b0ee81b6ad5f8ef
parent32ffd98e87f2d1379794049e7adf58ef87a3bde9
Refactoring: rename functions of getting BOL and EOFL:

edit_bol() -> edit_buffer_get_bol()
edit_eol() -> edit_buffer_get_eol()

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/editor/edit-impl.h
src/editor/edit.c
src/editor/editbuffer.c
src/editor/editbuffer.h
src/editor/editcmd.c
src/editor/editdraw.c
src/editor/editwidget.c
src/editor/wordproc.c