From a698b3580e47024c00f81d4fe054de9b2aa0fca3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 27 Mar 2000 09:46:30 +0000 Subject: [PATCH] (struct buffer): Add cursor_type. --- src/buffer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/buffer.h b/src/buffer.h index fc11d91ed11..8223d438be5 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -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; -- 2.39.5