diff options
| author | Richard M. Stallman | 1993-04-07 22:11:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-04-07 22:11:21 +0000 |
| commit | d014bf88d3c42bc8e6a9c2dafd432d87f2889eb2 (patch) | |
| tree | 9fb61d6a9f754d6caa7a6c731324375a58160860 /src/buffer.c | |
| parent | 61836955225900708449f6220b3e2844d1c62b7d (diff) | |
| download | emacs-d014bf88d3c42bc8e6a9c2dafd432d87f2889eb2.tar.gz emacs-d014bf88d3c42bc8e6a9c2dafd432d87f2889eb2.zip | |
Include blockinput.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 ddfab45d148..118519f36ff 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -36,6 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 36 | #include "buffer.h" | 36 | #include "buffer.h" |
| 37 | #include "syntax.h" | 37 | #include "syntax.h" |
| 38 | #include "indent.h" | 38 | #include "indent.h" |
| 39 | #include "blockinput.h" | ||
| 39 | 40 | ||
| 40 | struct buffer *current_buffer; /* the current buffer */ | 41 | struct buffer *current_buffer; /* the current buffer */ |
| 41 | 42 | ||