aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorStefan Monnier2001-10-10 16:05:21 +0000
committerStefan Monnier2001-10-10 16:05:21 +0000
commite35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5 (patch)
tree0e39f1cb6e526797bd10beabdca930f114f6688c /src/buffer.c
parent07becdb1973bdeb055eedb959d7f10abe36b574b (diff)
downloademacs-e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5.tar.gz
emacs-e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5.zip
Include keymap.h.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 198139019ea..b5d1ab89c5c 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -49,6 +49,7 @@ extern int errno;
49#include "indent.h" 49#include "indent.h"
50#include "blockinput.h" 50#include "blockinput.h"
51#include "keyboard.h" 51#include "keyboard.h"
52#include "keymap.h"
52#include "frame.h" 53#include "frame.h"
53 54
54struct buffer *current_buffer; /* the current buffer */ 55struct buffer *current_buffer; /* the current buffer */