]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct buffer): New member indicate_buffer_boundaries.
authorKim F. Storm <storm@cua.dk>
Fri, 16 Jan 2004 18:40:33 +0000 (18:40 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 16 Jan 2004 18:40:33 +0000 (18:40 +0000)
src/buffer.h

index 930424b0b493af801f0ef144be2714a05b488487..e2205a916e66eb77e01bb0e18c02110fb06d6f12 100644 (file)
@@ -733,6 +733,9 @@ struct buffer
      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;