1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00: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! */