1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

Include blockinput.h.

This commit is contained in:
Richard M. Stallman 1993-04-07 22:11:21 +00:00
parent 6183695522
commit d014bf88d3
2 changed files with 2 additions and 0 deletions

View file

@ -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 */

View file

@ -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! */