mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
Remove search from efunc.
This commit is contained in:
parent
4ab2e37ecb
commit
1428d9e2aa
1
ebind.h
1
ebind.h
@ -12,6 +12,7 @@
|
||||
#include "exec.h"
|
||||
#include "file.h"
|
||||
#include "line.h"
|
||||
#include "search.h"
|
||||
#include "spawn.h"
|
||||
|
||||
/*
|
||||
|
3
efunc.h
3
efunc.h
@ -47,9 +47,6 @@
|
||||
/* buffer.c */
|
||||
#include "buffer.h"
|
||||
|
||||
/* search.c */
|
||||
#include "search.h"
|
||||
|
||||
/* isearch.c */
|
||||
#include "isearch.h"
|
||||
|
||||
|
1
eval.c
1
eval.c
@ -16,6 +16,7 @@
|
||||
#include "exec.h"
|
||||
#include "fileio.h"
|
||||
#include "line.h"
|
||||
#include "search.h"
|
||||
#include "version.h"
|
||||
|
||||
#define MAXVARS 255
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "edef.h"
|
||||
#include "efunc.h"
|
||||
#include "line.h"
|
||||
#include "search.h"
|
||||
|
||||
#if ISRCH
|
||||
|
||||
|
1
names.c
1
names.c
@ -12,6 +12,7 @@
|
||||
#include "efunc.h"
|
||||
#include "file.h"
|
||||
#include "line.h"
|
||||
#include "search.h"
|
||||
#include "spawn.h"
|
||||
|
||||
struct name_bind names[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user