comparison src/buffer.c @ 83239:025da3ba778e

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-756 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-279
author Karoly Lorentey <lorentey@elte.hu>
date Thu, 06 Jan 2005 15:05:01 +0000
parents 223c12363c0c e81022709627
children 3dcba0bc766b
comparison
equal deleted inserted replaced
83238:223c12363c0c 83239:025da3ba778e
5646 A value of nil means to use the scroll bar width from the window's frame. */); 5646 A value of nil means to use the scroll bar width from the window's frame. */);
5647 5647
5648 DEFVAR_PER_BUFFER ("vertical-scroll-bar", &current_buffer->vertical_scroll_bar_type, 5648 DEFVAR_PER_BUFFER ("vertical-scroll-bar", &current_buffer->vertical_scroll_bar_type,
5649 Qnil, 5649 Qnil,
5650 doc: /* *Position of this buffer's vertical scroll bar. 5650 doc: /* *Position of this buffer's vertical scroll bar.
5651 The value takes effect whenever you display this buffer in a window. 5651 The value takes effect whenever you tell a window to display this buffer;
5652 for instance, with `set-window-buffer' or when `display-buffer' displays it.
5653
5652 A value of `left' or `right' means put the vertical scroll bar at that side 5654 A value of `left' or `right' means put the vertical scroll bar at that side
5653 of the window; a value of nil means don't show any vertical scroll bars. 5655 of the window; a value of nil means don't show any vertical scroll bars.
5654 A value of t (the default) means do whatever the window's frame specifies. */); 5656 A value of t (the default) means do whatever the window's frame specifies. */);
5655 5657
5656 DEFVAR_PER_BUFFER ("indicate-empty-lines", 5658 DEFVAR_PER_BUFFER ("indicate-empty-lines",