diff options
| author | Karoly Lorentey | 2006-02-21 15:57:00 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-02-21 15:57:00 +0000 |
| commit | 36b98f827848d2b1ece6aee7a372902e78120e98 (patch) | |
| tree | 51d7af230b08c05b1733c11b89d27aadd3b8dda1 /src/buffer.h | |
| parent | 0383bfd7963905724df93bed01ddeb3b7064222e (diff) | |
| parent | 8ea094cffae04a654ddb76700fa86fa7e8d03eef (diff) | |
| download | emacs-36b98f827848d2b1ece6aee7a372902e78120e98.tar.gz emacs-36b98f827848d2b1ece6aee7a372902e78120e98.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-105
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-106
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-107
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-108
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-109
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-110
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-37
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-516
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index 737877f15de..60aa3e7aaed 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -739,6 +739,12 @@ struct buffer | |||
| 739 | /* Non-nil means indicate buffer boundaries and scrolling. */ | 739 | /* Non-nil means indicate buffer boundaries and scrolling. */ |
| 740 | Lisp_Object indicate_buffer_boundaries; | 740 | Lisp_Object indicate_buffer_boundaries; |
| 741 | 741 | ||
| 742 | /* Logical to physical fringe bitmap mappings. */ | ||
| 743 | Lisp_Object fringe_indicator_alist; | ||
| 744 | |||
| 745 | /* Logical to physical cursor bitmap mappings. */ | ||
| 746 | Lisp_Object fringe_cursor_alist; | ||
| 747 | |||
| 742 | /* Time stamp updated each time this buffer is displayed in a window. */ | 748 | /* Time stamp updated each time this buffer is displayed in a window. */ |
| 743 | Lisp_Object display_time; | 749 | Lisp_Object display_time; |
| 744 | 750 | ||