changeset 53603:c7c62631959b

(struct buffer): New member indicate_buffer_boundaries.
author Kim F. Storm <storm@cua.dk>
date Fri, 16 Jan 2004 18:40:33 +0000
parents 4c14b3c50a31
children 59115f5809c3
files src/buffer.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.h	Fri Jan 16 18:40:22 2004 +0000
+++ b/src/buffer.h	Fri Jan 16 18:40:33 2004 +0000
@@ -733,6 +733,9 @@
      like vi).  */
   Lisp_Object indicate_empty_lines;
 
+  /* Non-nil means indicate buffer boundaries and scrolling.  */
+  Lisp_Object indicate_buffer_boundaries;
+
   /* Time stamp updated each time this buffer is displayed in a window.  */
   Lisp_Object display_time;