mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 23:36:23 -05:00
remove file from efunc.
This commit is contained in:
parent
255cab18b3
commit
ba277c5573
1
bind.c
1
bind.c
@ -15,6 +15,7 @@
|
|||||||
#include "estruct.h"
|
#include "estruct.h"
|
||||||
#include "edef.h"
|
#include "edef.h"
|
||||||
#include "efunc.h"
|
#include "efunc.h"
|
||||||
|
#include "file.h"
|
||||||
#include "fileio.h"
|
#include "fileio.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
|
|
||||||
|
1
buffer.c
1
buffer.c
@ -17,6 +17,7 @@
|
|||||||
#include "estruct.h"
|
#include "estruct.h"
|
||||||
#include "edef.h"
|
#include "edef.h"
|
||||||
#include "efunc.h"
|
#include "efunc.h"
|
||||||
|
#include "file.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
1
ebind.h
1
ebind.h
@ -9,6 +9,7 @@
|
|||||||
#define EBIND_H_
|
#define EBIND_H_
|
||||||
|
|
||||||
#include "crypt.h"
|
#include "crypt.h"
|
||||||
|
#include "file.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
3
efunc.h
3
efunc.h
@ -47,9 +47,6 @@
|
|||||||
/* buffer.c */
|
/* buffer.c */
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
|
||||||
/* file.c */
|
|
||||||
#include "file.h"
|
|
||||||
|
|
||||||
/* exec.c */
|
/* exec.c */
|
||||||
#include "exec.h"
|
#include "exec.h"
|
||||||
|
|
||||||
|
1
exec.c
1
exec.c
@ -15,6 +15,7 @@
|
|||||||
#include "estruct.h"
|
#include "estruct.h"
|
||||||
#include "edef.h"
|
#include "edef.h"
|
||||||
#include "efunc.h"
|
#include "efunc.h"
|
||||||
|
#include "file.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
1
names.c
1
names.c
@ -9,6 +9,7 @@
|
|||||||
#include "estruct.h"
|
#include "estruct.h"
|
||||||
#include "edef.h"
|
#include "edef.h"
|
||||||
#include "efunc.h"
|
#include "efunc.h"
|
||||||
|
#include "file.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
|
|
||||||
struct name_bind names[] = {
|
struct name_bind names[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user