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:
parent
6183695522
commit
d014bf88d3
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue