Mercurial > emacs
changeset 13264:4e7bb697c847
(struct buffer): New slot redisplay_end_trigger.
Also extra1, extra2, extra3.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 21 Oct 1995 23:14:59 +0000 |
parents | b135b01ba0e2 |
children | dbc038e66ea6 |
files | src/buffer.h |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.h Sat Oct 21 23:14:06 1995 +0000 +++ b/src/buffer.h Sat Oct 21 23:14:59 1995 +0000 @@ -402,6 +402,14 @@ 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. */