aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-27 09:46:30 +0000
committerGerd Moellmann2000-03-27 09:46:30 +0000
commita698b3580e47024c00f81d4fe054de9b2aa0fca3 (patch)
treea74b616090561fcae66f0a7ca4d7eb2a5b381134 /src
parentbed44076dc1fbb75297b073279e82a13e294f1a0 (diff)
downloademacs-a698b3580e47024c00f81d4fe054de9b2aa0fca3.tar.gz
emacs-a698b3580e47024c00f81d4fe054de9b2aa0fca3.zip
(struct buffer): Add cursor_type.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.h2
1 files changed, 2 insertions, 0 deletions
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
730 window. Nil means that scrolling method isn't used. */ 730 window. Nil means that scrolling method isn't used. */
731 Lisp_Object scroll_down_aggressively; 731 Lisp_Object scroll_down_aggressively;
732 732
733 Lisp_Object cursor_type;
734
733 /* These are so we don't have to recompile everything 735 /* These are so we don't have to recompile everything
734 the next few times we add a new slot. */ 736 the next few times we add a new slot. */
735 Lisp_Object extra2, extra3; 737 Lisp_Object extra2, extra3;