diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 4 |
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; |