diff options
| author | Karoly Lorentey | 2005-05-06 21:06:31 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-05-06 21:06:31 +0000 |
| commit | c25b55138a36cf5f334070baf79ce61c1e956eed (patch) | |
| tree | 74ec7f847395839fae3acd0179f1a779c5ebc3b9 /src/buffer.h | |
| parent | 97c57fb2b8d271b2beba317c6213ab34190bfac7 (diff) | |
| parent | 31640842b6cd2970ced612a422fa785d2d718dc0 (diff) | |
| download | emacs-c25b55138a36cf5f334070baf79ce61c1e956eed.tar.gz emacs-c25b55138a36cf5f334070baf79ce61c1e956eed.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-286
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-287
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-288
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-289
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-290
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-291
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-68
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-341
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index bcb293a2e85..08627487c66 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -761,6 +761,11 @@ struct buffer | |||
| 761 | /* An integer > 0 means put that number of pixels below text lines | 761 | /* An integer > 0 means put that number of pixels below text lines |
| 762 | in the display of this buffer. */ | 762 | in the display of this buffer. */ |
| 763 | Lisp_Object extra_line_spacing; | 763 | Lisp_Object extra_line_spacing; |
| 764 | |||
| 765 | /* *Cursor type to display in non-selected windows. | ||
| 766 | t means to use hollow box cursor. | ||
| 767 | See `cursor-type' for other values. */ | ||
| 768 | Lisp_Object cursor_in_non_selected_windows; | ||
| 764 | }; | 769 | }; |
| 765 | 770 | ||
| 766 | 771 | ||