From 29ea926860f748b411725cff9a6b2640a5fe10aa Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 21 Dec 1995 16:56:26 +0000 Subject: [PATCH] (struct buffer): Delete redisplay_end_trigger field. --- src/buffer.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/buffer.h b/src/buffer.h index 9f9eb7043ca..10d93c14bda 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -403,10 +403,6 @@ struct buffer 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; -- 2.39.2