# HG changeset patch # User Kim F. Storm # Date 1069198960 0 # Node ID bebcff17499f5f5b84285d44654da3af371b2126 # Parent cbc887693651e385aae103f6d60354978afe8192 (struct it): New member start. diff -r cbc887693651 -r bebcff17499f src/dispextern.h --- a/src/dispextern.h Tue Nov 18 23:42:12 2003 +0000 +++ b/src/dispextern.h Tue Nov 18 23:42:40 2003 +0000 @@ -1778,6 +1778,10 @@ thus we need at most 16 bytes here. */ Lisp_Object ctl_chars[16]; + /* Initial buffer or string position of the iterator, before skipping + over display properties and invisible text. */ + struct display_pos start; + /* Current buffer or string position of the iterator, including position in overlay strings etc. */ struct display_pos current;