changeset 2480:6f4b9c548425

Include blockinput.h.
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 Apr 1993 22:11:21 +0000
parents 6d011b24f6fe
children a7a0f89c1f64
files src/buffer.c src/insdel.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Wed Apr 07 22:09:23 1993 +0000
+++ b/src/buffer.c	Wed Apr 07 22:11:21 1993 +0000
@@ -36,6 +36,7 @@
 #include "buffer.h"
 #include "syntax.h"
 #include "indent.h"
+#include "blockinput.h"
 
 struct buffer *current_buffer;		/* the current buffer */
 
--- a/src/insdel.c	Wed Apr 07 22:09:23 1993 +0000
+++ b/src/insdel.c	Wed Apr 07 22:11:21 1993 +0000
@@ -23,6 +23,7 @@
 #include "intervals.h"
 #include "buffer.h"
 #include "window.h"
+#include "blockinput.h"
 
 /* Move gap to position `pos'.
    Note that this can quit!  */