diff src/buffer.h @ 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 4e7bb697c847
children ee40177f6c68
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;