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:
parent
6183695522
commit
d014bf88d3
@ -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 */
|
||||
|
||||
|
@ -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! */
|
||||
|
Loading…
Reference in New Issue
Block a user