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 a82f9578ff9..8015b2be15c 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -743,6 +743,12 @@ struct buffer
743 /* Non-nil means indicate buffer boundaries and scrolling. */ 743 /* Non-nil means indicate buffer boundaries and scrolling. */
744 Lisp_Object indicate_buffer_boundaries; 744 Lisp_Object indicate_buffer_boundaries;
745 745
746 /* Logical to physical fringe bitmap mappings. */
747 Lisp_Object fringe_indicator_alist;
748
749 /* Logical to physical cursor bitmap mappings. */
750 Lisp_Object fringe_cursor_alist;
751
746 /* Time stamp updated each time this buffer is displayed in a window. */ 752 /* Time stamp updated each time this buffer is displayed in a window. */
747 Lisp_Object display_time; 753 Lisp_Object display_time;
748 754