From: Kim F. Storm Date: Tue, 18 Nov 2003 23:42:40 +0000 (+0000) Subject: (struct it): New member start. X-Git-Tag: ttn-vms-21-2-B4~8333 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=674351829a7f06a79cfc4d21a29bab1e2f666ed9;p=emacs.git (struct it): New member start. --- diff --git a/src/dispextern.h b/src/dispextern.h index 615d1a02670..131852967b8 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1778,6 +1778,10 @@ struct it 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;