diff options
| author | Richard M. Stallman | 1996-10-07 17:54:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-07 17:54:39 +0000 |
| commit | cf5db374182dd588ceb30425e2ea8a31772bed11 (patch) | |
| tree | 4136542592dc70b1ef8db835ba0b916377037f2e | |
| parent | dd5af6b7e9d88ffe6dd663a373c0f161b519c1af (diff) | |
| download | emacs-cf5db374182dd588ceb30425e2ea8a31772bed11.tar.gz emacs-cf5db374182dd588ceb30425e2ea8a31772bed11.zip | |
(struct position): New field ovstring_chars_done.
| -rw-r--r-- | src/indent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/indent.h b/src/indent.h index 9beff4bfb4d..91d8f44c1ac 100644 --- a/src/indent.h +++ b/src/indent.h | |||
| @@ -26,6 +26,9 @@ struct position | |||
| 26 | int vpos; | 26 | int vpos; |
| 27 | int prevhpos; | 27 | int prevhpos; |
| 28 | int contin; | 28 | int contin; |
| 29 | /* Number of characters we have already handled | ||
| 30 | from the before and after strings at this position. */ | ||
| 31 | int ovstring_chars_done; | ||
| 29 | }; | 32 | }; |
| 30 | 33 | ||
| 31 | struct position *compute_motion (); | 34 | struct position *compute_motion (); |