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
637df16f
Commit
637df16f
authored
Oct 21, 1995
by
Richard M. Stallman
Browse files
(struct buffer): New slot redisplay_end_trigger.
Also extra1, extra2, extra3.
parent
fb2030e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/buffer.h
src/buffer.h
+8
-0
No files found.
src/buffer.h
View file @
637df16f
...
...
@@ -402,6 +402,14 @@ struct buffer
A list => `invisible' property means invisible
if it is memq in that list. */
Lisp_Object
invisibility_spec
;
/* If redisplay goes beyond this point in the buffer,
run redisplay-end-trigger-hook. */
Lisp_Object
redisplay_end_trigger
;
/* These are so we don't have to recompile everything
the next few times we add a new slot. */
Lisp_Object
extra1
,
extra2
,
extra3
;
};
/* This points to the current buffer. */
...
...
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