[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/buffer.h
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/buffer.h |
Date: |
Mon, 02 May 2005 13:09:13 -0400 |
Index: emacs/src/buffer.h
diff -c emacs/src/buffer.h:1.100 emacs/src/buffer.h:1.101
*** emacs/src/buffer.h:1.100 Wed Sep 8 02:21:45 2004
--- emacs/src/buffer.h Mon May 2 17:09:13 2005
***************
*** 761,766 ****
--- 761,771 ----
/* An integer > 0 means put that number of pixels below text lines
in the display of this buffer. */
Lisp_Object extra_line_spacing;
+
+ /* *Cursor type to display in non-selected windows.
+ t means to use hollow box cursor.
+ See `cursor-type' for other values. */
+ Lisp_Object cursor_in_non_selected_windows;
};
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/buffer.h,
Richard M . Stallman <=