diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 1 | ||||
| -rw-r--r-- | src/insdel.c | 1 |
2 files changed, 2 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 | ||
diff --git a/src/insdel.c b/src/insdel.c index 647c4beb3a4..a1b3b1ff113 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -23,6 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 23 | #include "intervals.h" | 23 | #include "intervals.h" |
| 24 | #include "buffer.h" | 24 | #include "buffer.h" |
| 25 | #include "window.h" | 25 | #include "window.h" |
| 26 | #include "blockinput.h" | ||
| 26 | 27 | ||
| 27 | /* Move gap to position `pos'. | 28 | /* Move gap to position `pos'. |
| 28 | Note that this can quit! */ | 29 | Note that this can quit! */ |