]> code.delx.au - gnu-emacs/commitdiff
(struct position): New field ovstring_chars_done.
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Oct 1996 17:54:39 +0000 (17:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Oct 1996 17:54:39 +0000 (17:54 +0000)
src/indent.h

index 9beff4bfb4d29ceaa5cf3828d5412151969b8a9c..91d8f44c1ac9909ce2074172bc76f6e473d5ad6e 100644 (file)
@@ -26,6 +26,9 @@ struct position
     int vpos;
     int prevhpos;
     int contin;
+    /* Number of characters we have already handled
+       from the before and after strings at this position.  */
+    int ovstring_chars_done;
   };
 
 struct position *compute_motion ();