aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 737877f15de..60aa3e7aaed 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -739,6 +739,12 @@ struct buffer
739 /* Non-nil means indicate buffer boundaries and scrolling. */ 739 /* Non-nil means indicate buffer boundaries and scrolling. */
740 Lisp_Object indicate_buffer_boundaries; 740 Lisp_Object indicate_buffer_boundaries;
741 741
742 /* Logical to physical fringe bitmap mappings. */
743 Lisp_Object fringe_indicator_alist;
744
745 /* Logical to physical cursor bitmap mappings. */
746 Lisp_Object fringe_cursor_alist;
747
742 /* Time stamp updated each time this buffer is displayed in a window. */ 748 /* Time stamp updated each time this buffer is displayed in a window. */
743 Lisp_Object display_time; 749 Lisp_Object display_time;
744 750