diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/buffer.h b/src/buffer.h index 7a6bddee5ec..1c9f5d972a9 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -872,10 +872,6 @@ extern struct buffer *all_buffers; | |||
| 872 | #define FOR_EACH_BUFFER(b) \ | 872 | #define FOR_EACH_BUFFER(b) \ |
| 873 | for ((b) = all_buffers; (b); (b) = (b)->header.next.buffer) | 873 | for ((b) = all_buffers; (b); (b) = (b)->header.next.buffer) |
| 874 | 874 | ||
| 875 | /* This points to the current buffer. */ | ||
| 876 | |||
| 877 | extern struct buffer *current_buffer; | ||
| 878 | |||
| 879 | /* This structure holds the default values of the buffer-local variables | 875 | /* This structure holds the default values of the buffer-local variables |
| 880 | that have special slots in each buffer. | 876 | that have special slots in each buffer. |
| 881 | The default value occupies the same slot in this structure | 877 | The default value occupies the same slot in this structure |