aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorMiles Bader2006-02-22 06:54:10 +0000
committerMiles Bader2006-02-22 06:54:10 +0000
commitb434f199dbbc2694a69538ee95e5e583f6357f71 (patch)
treeea87d2540063659d9cfdb24462bb4c0336a6ec47 /src/buffer.h
parent9d826e0eaf8a4e2f1cf5aac74d6b02ccc393af8d (diff)
parenta1b24e137f75b9f5fdbd5526947a70c462c5e5bf (diff)
downloademacs-b434f199dbbc2694a69538ee95e5e583f6357f71.tar.gz
emacs-b434f199dbbc2694a69538ee95e5e583f6357f71.zip
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21
Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 97-112) - Update from CVS - Merge from erc--emacs--0 - Update from CVS: src/regex.c (extend_range_table_work_area): Fix typo. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 37) - Update from CVS
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