Mercurial > emacs
comparison src/buffer.h @ 28345:7d1e7bfa5ae1
(struct buffer): Add cursor_type.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 27 Mar 2000 09:46:30 +0000 |
parents | a7da319e3765 |
children | 51fbfd80a45f |
comparison
equal
deleted
inserted
replaced
28344:54fda0e8528a | 28345:7d1e7bfa5ae1 |
---|---|
728 window showing this buffer, try to choose a window start so | 728 window showing this buffer, try to choose a window start so |
729 that point ends up this number of lines from the bottom of the | 729 that point ends up this number of lines from the bottom of the |
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; |
736 }; | 738 }; |
737 | 739 |