mirror of
https://github.com/rfivet/uemacs.git
synced 2025-09-25 14:44:01 -04:00
remove file from efunc.
This commit is contained in:
1
bind.c
1
bind.c
@@ -15,6 +15,7 @@
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "file.h"
|
||||
#include "fileio.h"
|
||||
#include "line.h"
|
||||
|
||||
|
1
buffer.c
1
buffer.c
@@ -17,6 +17,7 @@
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "file.h"
|
||||
#include "line.h"
|
||||
|
||||
/*
|
||||
|
1
ebind.h
1
ebind.h
@@ -9,6 +9,7 @@
|
||||
#define EBIND_H_
|
||||
|
||||
#include "crypt.h"
|
||||
#include "file.h"
|
||||
#include "line.h"
|
||||
|
||||
/*
|
||||
|
3
efunc.h
3
efunc.h
@@ -47,9 +47,6 @@
|
||||
/* buffer.c */
|
||||
#include "buffer.h"
|
||||
|
||||
/* file.c */
|
||||
#include "file.h"
|
||||
|
||||
/* exec.c */
|
||||
#include "exec.h"
|
||||
|
||||
|
1
exec.c
1
exec.c
@@ -15,6 +15,7 @@
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "file.h"
|
||||
#include "line.h"
|
||||
|
||||
/*
|
||||
|
1
names.c
1
names.c
@@ -9,6 +9,7 @@
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "file.h"
|
||||
#include "line.h"
|
||||
|
||||
struct name_bind names[] = {
|
||||
|
Reference in New Issue
Block a user