diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 56d6231f5f8..7fb1029a314 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -44,8 +44,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 44 | #include "keymap.h" | 44 | #include "keymap.h" |
| 45 | #include "frame.h" | 45 | #include "frame.h" |
| 46 | 46 | ||
| 47 | struct buffer *current_buffer; /* the current buffer */ | ||
| 48 | |||
| 49 | /* First buffer in chain of all buffers (in reverse order of creation). | 47 | /* First buffer in chain of all buffers (in reverse order of creation). |
| 50 | Threaded through ->header.next.buffer. */ | 48 | Threaded through ->header.next.buffer. */ |
| 51 | 49 | ||