aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-04-07 22:11:21 +0000
committerRichard M. Stallman1993-04-07 22:11:21 +0000
commitd014bf88d3c42bc8e6a9c2dafd432d87f2889eb2 (patch)
tree9fb61d6a9f754d6caa7a6c731324375a58160860 /src
parent61836955225900708449f6220b3e2844d1c62b7d (diff)
downloademacs-d014bf88d3c42bc8e6a9c2dafd432d87f2889eb2.tar.gz
emacs-d014bf88d3c42bc8e6a9c2dafd432d87f2889eb2.zip
Include blockinput.h.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c1
-rw-r--r--src/insdel.c1
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
40struct buffer *current_buffer; /* the current buffer */ 41struct 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! */