]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct buffer): Add cursor_type.
authorGerd Moellmann <gerd@gnu.org>
Mon, 27 Mar 2000 09:46:30 +0000 (09:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 27 Mar 2000 09:46:30 +0000 (09:46 +0000)
src/buffer.h

index fc11d91ed112c57710b78f745589bdc958692ec2..8223d438be5fd3264fb3bd2ca05d4421d2aee141 100644 (file)
@@ -730,6 +730,8 @@ struct buffer
        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;