mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-19 15:56:24 -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 "bind.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "crypt.h"
|
#include "crypt.h"
|
||||||
|
#include "eval.h"
|
||||||
#include "exec.h"
|
#include "exec.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "isearch.h"
|
#include "isearch.h"
|
||||||
|
3
efunc.h
3
efunc.h
@ -26,9 +26,6 @@
|
|||||||
/* input.c */
|
/* input.c */
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
|
|
||||||
/* eval.c */
|
|
||||||
#include "eval.h"
|
|
||||||
|
|
||||||
#if BSD | SVR4
|
#if BSD | SVR4
|
||||||
/* lock.c */
|
/* lock.c */
|
||||||
#include "lock.h"
|
#include "lock.h"
|
||||||
|
1
exec.c
1
exec.c
@ -17,6 +17,7 @@
|
|||||||
#include "estruct.h"
|
#include "estruct.h"
|
||||||
#include "edef.h"
|
#include "edef.h"
|
||||||
#include "efunc.h"
|
#include "efunc.h"
|
||||||
|
#include "eval.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user