[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/buffer.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/buffer.c |
Date: |
Mon, 20 May 2002 10:51:18 -0400 |
Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.385 emacs/src/buffer.c:1.386
*** emacs/src/buffer.c:1.385 Mon May 20 04:04:58 2002
--- emacs/src/buffer.c Mon May 20 10:51:17 2002
***************
*** 5660,5673 ****
Vinhibit_read_only = Qnil;
DEFVAR_PER_BUFFER ("cursor-type", ¤t_buffer->cursor_type, Qnil,
! doc: /* Cursor to use in window displaying this buffer.
Values are interpreted as follows:
! t use the cursor specified for the frame
! nil don't display a cursor
! `bar' display a bar cursor with default width
! (bar . WIDTH) display a bar cursor with width WIDTH
! others display a box cursor. */);
DEFVAR_PER_BUFFER ("line-spacing",
¤t_buffer->extra_line_spacing, Qnil,
--- 5660,5676 ----
Vinhibit_read_only = Qnil;
DEFVAR_PER_BUFFER ("cursor-type", ¤t_buffer->cursor_type, Qnil,
! doc: /* Cursor to use when this buffer is in the selected window.
Values are interpreted as follows:
! t use the cursor specified for the frame
! nil don't display a cursor
! bar display a bar cursor with default width
! (bar . WIDTH) display a bar cursor with width WIDTH
! ANYTHING ELSE display a box cursor.
!
! When the buffer is displayed in a nonselected window,
! this variable has no effect; the cursor appears as a hollow box. */);
DEFVAR_PER_BUFFER ("line-spacing",
¤t_buffer->extra_line_spacing, Qnil,