diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index fc11d91ed11..8223d438be5 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -730,6 +730,8 @@ struct buffer | |||
| 730 | window. Nil means that scrolling method isn't used. */ | 730 | window. Nil means that scrolling method isn't used. */ |
| 731 | Lisp_Object scroll_down_aggressively; | 731 | Lisp_Object scroll_down_aggressively; |
| 732 | 732 | ||
| 733 | Lisp_Object cursor_type; | ||
| 734 | |||
| 733 | /* These are so we don't have to recompile everything | 735 | /* These are so we don't have to recompile everything |
| 734 | the next few times we add a new slot. */ | 736 | the next few times we add a new slot. */ |
| 735 | Lisp_Object extra2, extra3; | 737 | Lisp_Object extra2, extra3; |