Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
64f3a166
Commit
64f3a166
authored
Jun 22, 2000
by
Gerd Moellmann
Browse files
(struct it): Add member add_overlay_start.
parent
2970b9be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
src/ChangeLog
src/ChangeLog
+18
-0
src/dispextern.h
src/dispextern.h
+4
-0
No files found.
src/ChangeLog
View file @
64f3a166
No preview for this file type
src/dispextern.h
View file @
64f3a166
...
...
@@ -1571,6 +1571,10 @@ struct it
OVERLAY_STRING_CHUNK_SIZE. */
int
n_overlay_strings
;
/* If non-zero, an additional overlay start position to take overlay
strings from. */
int
add_overlay_start
;
/* If non-nil, a Lisp string being processed. If
current.overlay_string_index >= 0, this is an overlay string from
pos. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment