aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorMiles Bader2005-05-05 00:04:55 +0000
committerMiles Bader2005-05-05 00:04:55 +0000
commitcca4e3b099ec4c3f4a36fd0cb865c618a5589069 (patch)
tree711e73e53dbe1ab3a59b53fb56a10836e777b43e /src/buffer.h
parentd469f5c370dbb6fac0e8d6687b47ccfcf96a13a5 (diff)
parentd68a5392cafedbe0ee6c3eca0444fce4a58b6cdf (diff)
downloademacs-cca4e3b099ec4c3f4a36fd0cb865c618a5589069.tar.gz
emacs-cca4e3b099ec4c3f4a36fd0cb865c618a5589069.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 272-288) - src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 67) - Update from CVS
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 838ace7b18b..0da6b5c4953 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -765,6 +765,11 @@ struct buffer
765 /* An integer > 0 means put that number of pixels below text lines 765 /* An integer > 0 means put that number of pixels below text lines
766 in the display of this buffer. */ 766 in the display of this buffer. */
767 Lisp_Object extra_line_spacing; 767 Lisp_Object extra_line_spacing;
768
769 /* *Cursor type to display in non-selected windows.
770 t means to use hollow box cursor.
771 See `cursor-type' for other values. */
772 Lisp_Object cursor_in_non_selected_windows;
768}; 773};
769 774
770 775