changeset 28345:7d1e7bfa5ae1

(struct buffer): Add cursor_type.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 27 Mar 2000 09:46:30 +0000
parents 54fda0e8528a
children 9ef17fa48577
files src/buffer.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.h	Mon Mar 27 04:29:55 2000 +0000
+++ b/src/buffer.h	Mon Mar 27 09:46:30 2000 +0000
@@ -730,6 +730,8 @@
        window.  Nil means that scrolling method isn't used.  */
     Lisp_Object scroll_down_aggressively;
 
+    Lisp_Object cursor_type;
+
     /* These are so we don't have to recompile everything
        the next few times we add a new slot.  */
     Lisp_Object extra2, extra3;