From: Gerd Moellmann Date: Mon, 27 Mar 2000 09:46:30 +0000 (+0000) Subject: (struct buffer): Add cursor_type. X-Git-Tag: emacs-pretest-21.0.90~4468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a698b3580e47024c00f81d4fe054de9b2aa0fca3;p=emacs.git (struct buffer): Add cursor_type. --- 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;