aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorKarl Heuer1995-12-21 16:56:26 +0000
committerKarl Heuer1995-12-21 16:56:26 +0000
commit29ea926860f748b411725cff9a6b2640a5fe10aa (patch)
tree7d47edaf07b4eaf59c33e057f999683097b63ab1 /src/buffer.h
parenta25f13ae8a5aa4639e6c44574c8ebd94dbdba87c (diff)
downloademacs-29ea926860f748b411725cff9a6b2640a5fe10aa.tar.gz
emacs-29ea926860f748b411725cff9a6b2640a5fe10aa.zip
(struct buffer): Delete redisplay_end_trigger field.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h4
1 files changed, 0 insertions, 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
403 if it is memq in that list. */ 403 if it is memq in that list. */
404 Lisp_Object invisibility_spec; 404 Lisp_Object invisibility_spec;
405 405
406 /* If redisplay goes beyond this point in the buffer,
407 run redisplay-end-trigger-hook. */
408 Lisp_Object redisplay_end_trigger;
409
410 /* These are so we don't have to recompile everything 406 /* These are so we don't have to recompile everything
411 the next few times we add a new slot. */ 407 the next few times we add a new slot. */
412 Lisp_Object extra1, extra2, extra3; 408 Lisp_Object extra1, extra2, extra3;