mirror of
https://github.com/rfivet/uemacs.git
synced 2025-04-22 02:42:18 -04:00
remove spawn from efunc.
This commit is contained in:
parent
7ede4aa6d8
commit
4ab2e37ecb
1
ebind.h
1
ebind.h
@ -12,6 +12,7 @@
|
||||
#include "exec.h"
|
||||
#include "file.h"
|
||||
#include "line.h"
|
||||
#include "spawn.h"
|
||||
|
||||
/*
|
||||
* Command table.
|
||||
|
3
efunc.h
3
efunc.h
@ -47,9 +47,6 @@
|
||||
/* buffer.c */
|
||||
#include "buffer.h"
|
||||
|
||||
/* spawn.c */
|
||||
#include "spawn.h"
|
||||
|
||||
/* search.c */
|
||||
#include "search.h"
|
||||
|
||||
|
1
names.c
1
names.c
@ -12,6 +12,7 @@
|
||||
#include "efunc.h"
|
||||
#include "file.h"
|
||||
#include "line.h"
|
||||
#include "spawn.h"
|
||||
|
||||
struct name_bind names[] = {
|
||||
{"abort-command", ctrlg},
|
||||
|
Loading…
x
Reference in New Issue
Block a user