1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-10-01 17:55:55 -04:00

Remove isearch from efunc.

This commit is contained in:
Renaud 2013-05-28 12:25:59 +08:00
parent 1428d9e2aa
commit 886adf1b69
3 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -11,6 +11,7 @@
#include "edef.h" #include "edef.h"
#include "efunc.h" #include "efunc.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"