emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.h


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h
Date: Mon, 20 Feb 2006 22:14:12 +0000

Index: emacs/src/buffer.h
diff -u emacs/src/buffer.h:1.105 emacs/src/buffer.h:1.106
--- emacs/src/buffer.h:1.105    Mon Feb  6 15:23:20 2006
+++ emacs/src/buffer.h  Mon Feb 20 22:14:12 2006
@@ -739,6 +739,12 @@
   /* Non-nil means indicate buffer boundaries and scrolling.  */
   Lisp_Object indicate_buffer_boundaries;
 
+  /* Logical to physical fringe bitmap mappings.  */
+  Lisp_Object fringe_indicator_alist;
+
+  /* Logical to physical cursor bitmap mappings.  */
+  Lisp_Object fringe_cursor_alist;
+
   /* Time stamp updated each time this buffer is displayed in a window.  */
   Lisp_Object display_time;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]