# HG changeset patch # User Richard M. Stallman # Date 814317299 0 # Node ID 4e7bb697c847c5a1109f2f7e6c7e1e6927900003 # Parent b135b01ba0e2f780890203f874b3d413859bd412 (struct buffer): New slot redisplay_end_trigger. Also extra1, extra2, extra3. diff -r b135b01ba0e2 -r 4e7bb697c847 src/buffer.h --- 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. */