diff options
| author | Eli Zaretskii | 2016-12-04 19:59:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-12-04 19:59:17 +0200 |
| commit | de4624c99ea5bbe38ad5aff7b6461cc5c740d0be (patch) | |
| tree | 1b57de9e769cdb695cb2cecf157b50f7dea9cfe5 /src/buffer.h | |
| parent | a486fabb41cdbaa5813c2687fd4008945297d71d (diff) | |
| parent | e7bde34e939451d87fb42a36195086bdbe48b5e1 (diff) | |
| download | emacs-de4624c99ea5bbe38ad5aff7b6461cc5c740d0be.tar.gz emacs-de4624c99ea5bbe38ad5aff7b6461cc5c740d0be.zip | |
Merge branch 'concurrency'
Conflicts (resolved):
configure.ac
src/Makefile.in
src/alloc.c
src/bytecode.c
src/emacs.c
src/eval.c
src/lisp.h
src/process.c
src/regex.c
src/regex.h
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 6ac161c1c91..21ad5e3bc0f 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -1040,10 +1040,6 @@ extern struct buffer *all_buffers; | |||
| 1040 | #define FOR_EACH_BUFFER(b) \ | 1040 | #define FOR_EACH_BUFFER(b) \ |
| 1041 | for ((b) = all_buffers; (b); (b) = (b)->next) | 1041 | for ((b) = all_buffers; (b); (b) = (b)->next) |
| 1042 | 1042 | ||
| 1043 | /* This points to the current buffer. */ | ||
| 1044 | |||
| 1045 | extern struct buffer *current_buffer; | ||
| 1046 | |||
| 1047 | /* This structure holds the default values of the buffer-local variables | 1043 | /* This structure holds the default values of the buffer-local variables |
| 1048 | that have special slots in each buffer. | 1044 | that have special slots in each buffer. |
| 1049 | The default value occupies the same slot in this structure | 1045 | The default value occupies the same slot in this structure |