mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
remove spawn from efunc.
This commit is contained in:
1
ebind.h
1
ebind.h
@@ -12,6 +12,7 @@
|
|||||||
#include "exec.h"
|
#include "exec.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
|
#include "spawn.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Command table.
|
* Command table.
|
||||||
|
|||||||
3
efunc.h
3
efunc.h
@@ -47,9 +47,6 @@
|
|||||||
/* buffer.c */
|
/* buffer.c */
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
|
||||||
/* spawn.c */
|
|
||||||
#include "spawn.h"
|
|
||||||
|
|
||||||
/* search.c */
|
/* search.c */
|
||||||
#include "search.h"
|
#include "search.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user