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:
parent
dd5af6b7e9
commit
cf5db37418
1 changed files with 3 additions and 0 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue