mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
Remove eval from efunc.
This commit is contained in:
parent
a61307aa59
commit
77c9fd09ad
1
ebind.h
1
ebind.h
@ -11,6 +11,7 @@
|
||||
#include "bind.h"
|
||||
#include "buffer.h"
|
||||
#include "crypt.h"
|
||||
#include "eval.h"
|
||||
#include "exec.h"
|
||||
#include "file.h"
|
||||
#include "isearch.h"
|
||||
|
3
efunc.h
3
efunc.h
@ -26,9 +26,6 @@
|
||||
/* input.c */
|
||||
#include "input.h"
|
||||
|
||||
/* eval.c */
|
||||
#include "eval.h"
|
||||
|
||||
#if BSD | SVR4
|
||||
/* lock.c */
|
||||
#include "lock.h"
|
||||
|
1
exec.c
1
exec.c
@ -17,6 +17,7 @@
|
||||
#include "estruct.h"
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "eval.h"
|
||||
#include "file.h"
|
||||
#include "line.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user