mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Remove isearch from efunc.
This commit is contained in:
1
ebind.h
1
ebind.h
@@ -11,6 +11,7 @@
|
|||||||
#include "crypt.h"
|
#include "crypt.h"
|
||||||
#include "exec.h"
|
#include "exec.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
|
#include "isearch.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
#include "search.h"
|
#include "search.h"
|
||||||
#include "spawn.h"
|
#include "spawn.h"
|
||||||
|
|||||||
3
efunc.h
3
efunc.h
@@ -47,9 +47,6 @@
|
|||||||
/* buffer.c */
|
/* buffer.c */
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
|
|
||||||
/* isearch.c */
|
|
||||||
#include "isearch.h"
|
|
||||||
|
|
||||||
/* eval.c */
|
/* eval.c */
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user