diff src/buffer.h @ 28345:7d1e7bfa5ae1

(struct buffer): Add cursor_type.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 27 Mar 2000 09:46:30 +0000
parents a7da319e3765
children 51fbfd80a45f
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;