1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

(struct position): New field ovstring_chars_done.

This commit is contained in:
Richard M. Stallman 1996-10-07 17:54:39 +00:00
parent dd5af6b7e9
commit cf5db37418

View 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 ();