]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct it): New member start.
authorKim F. Storm <storm@cua.dk>
Tue, 18 Nov 2003 23:42:40 +0000 (23:42 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 18 Nov 2003 23:42:40 +0000 (23:42 +0000)
src/dispextern.h

index 615d1a02670164f8f339bfb0fc31e9fc0bf10495..131852967b8385ec53365d46c4a11376d27bfaa9 100644 (file)
@@ -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;