Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d014bf88
Commit
d014bf88
authored
Apr 07, 1993
by
Richard M. Stallman
Browse files
Include blockinput.h.
parent
61836955
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/buffer.c
src/buffer.c
+1
-0
src/insdel.c
src/insdel.c
+1
-0
No files found.
src/buffer.c
View file @
d014bf88
...
...
@@ -36,6 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "buffer.h"
#include "syntax.h"
#include "indent.h"
#include "blockinput.h"
struct
buffer
*
current_buffer
;
/* the current buffer */
...
...
src/insdel.c
View file @
d014bf88
...
...
@@ -23,6 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "intervals.h"
#include "buffer.h"
#include "window.h"
#include "blockinput.h"
/* Move gap to position `pos'.
Note that this can quit! */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment