diff options
| author | Miles Bader | 2005-06-24 01:59:52 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-06-24 01:59:52 +0000 |
| commit | 3f0607e49476578a260289a51a84639b1885c161 (patch) | |
| tree | 076023228279f15587ea24a5a7f9adb499ee969c /src/buffer.c | |
| parent | 82cf95134905ffe09000888e86e88c9a400a4468 (diff) | |
| parent | ff71329437a5195b60799e019871181c916024ff (diff) | |
| download | emacs-3f0607e49476578a260289a51a84639b1885c161.tar.gz emacs-3f0607e49476578a260289a51a84639b1885c161.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 425-445)
- Remove "-face" suffix from gnus faces
- Update from CVS
- Remove "-face" suffix from MH-E faces
- Remove "-face" suffix from cc-mode faces
- Remove "-face" suffix from eshell faces
- Remove "-face" suffix from ediff faces
- Implement tty vertical-divider face
- Rename vertical-divider face to vertical-border
- Change escape-glyph color on dark backgrounds back to cyan
- Update reference to renamed Buffer-menu-buffer face
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index a8daebc3088..381cd06c0f3 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5950,8 +5950,8 @@ Values are interpreted as follows: | |||
| 5950 | hollow display a hollow box cursor | 5950 | hollow display a hollow box cursor |
| 5951 | bar display a vertical bar cursor with default width | 5951 | bar display a vertical bar cursor with default width |
| 5952 | (bar . WIDTH) display a vertical bar cursor with width WIDTH | 5952 | (bar . WIDTH) display a vertical bar cursor with width WIDTH |
| 5953 | hbar display a horizontal bar cursor with default width | 5953 | hbar display a horizontal bar cursor with default height |
| 5954 | (hbar . WIDTH) display a horizontal bar cursor with width WIDTH | 5954 | (hbar . HEIGHT) display a horizontal bar cursor with height HEIGHT |
| 5955 | ANYTHING ELSE display a hollow box cursor. | 5955 | ANYTHING ELSE display a hollow box cursor. |
| 5956 | 5956 | ||
| 5957 | When the buffer is displayed in a nonselected window, | 5957 | When the buffer is displayed in a nonselected window, |