# HG changeset patch # User Gerd Moellmann # Date 954150390 0 # Node ID 7d1e7bfa5ae17138f258e542641036208f4ffab6 # Parent 54fda0e8528ae251ebfbfc7c8cc2794d8fdec64c (struct buffer): Add cursor_type. diff -r 54fda0e8528a -r 7d1e7bfa5ae1 src/buffer.h --- 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;