diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index a97cc13705b..69be4dc7773 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -775,6 +775,11 @@ struct buffer | |||
| 775 | In an ordinary buffer, it is 0. */ | 775 | In an ordinary buffer, it is 0. */ |
| 776 | struct buffer *base_buffer; | 776 | struct buffer *base_buffer; |
| 777 | 777 | ||
| 778 | /* In an indirect buffer, this is -1. In an ordinary buffer, | ||
| 779 | it's the number of indirect buffers which shares our text; | ||
| 780 | zero means that we're the only owner of this text. */ | ||
| 781 | int indirections; | ||
| 782 | |||
| 778 | /* A non-zero value in slot IDX means that per-buffer variable | 783 | /* A non-zero value in slot IDX means that per-buffer variable |
| 779 | with index IDX has a local value in this buffer. The index IDX | 784 | with index IDX has a local value in this buffer. The index IDX |
| 780 | for a buffer-local variable is stored in that variable's slot | 785 | for a buffer-local variable is stored in that variable's slot |