diff options
| author | Stefan Monnier | 2001-10-10 16:05:21 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-10 16:05:21 +0000 |
| commit | e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5 (patch) | |
| tree | 0e39f1cb6e526797bd10beabdca930f114f6688c /src/buffer.c | |
| parent | 07becdb1973bdeb055eedb959d7f10abe36b574b (diff) | |
| download | emacs-e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5.tar.gz emacs-e35f6ff7931ff9d1ac4312c2e1cf7afefdd3dcc5.zip | |
Include keymap.h.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
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 | ||
| 54 | struct buffer *current_buffer; /* the current buffer */ | 55 | struct buffer *current_buffer; /* the current buffer */ |