Mercurial > emacs
changeset 13763:89bb535d206d
(struct buffer): Delete redisplay_end_trigger field.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 21 Dec 1995 16:56:26 +0000 |
parents | 71c14edf7d6d |
children | db7fb833ba03 |
files | src/buffer.h |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.h Thu Dec 21 16:55:39 1995 +0000 +++ b/src/buffer.h Thu Dec 21 16:56:26 1995 +0000 @@ -403,10 +403,6 @@ 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;