mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-14 08:36:05 -05:00
Remove region from efunc.
This commit is contained in:
parent
b971f265fc
commit
7816f96508
1
ebind.h
1
ebind.h
@ -15,6 +15,7 @@
|
||||
#include "isearch.h"
|
||||
#include "line.h"
|
||||
#include "random.h"
|
||||
#include "region.h"
|
||||
#include "search.h"
|
||||
#include "spawn.h"
|
||||
#include "window.h"
|
||||
|
3
efunc.h
3
efunc.h
@ -20,9 +20,6 @@
|
||||
/* display.c */
|
||||
#include "display.h"
|
||||
|
||||
/* region.c */
|
||||
#include "region.h"
|
||||
|
||||
/* posix.c */
|
||||
#include "termio.h"
|
||||
|
||||
|
1
names.c
1
names.c
@ -15,6 +15,7 @@
|
||||
#include "isearch.h"
|
||||
#include "line.h"
|
||||
#include "main.h"
|
||||
#include "region.h"
|
||||
#include "random.h"
|
||||
#include "search.h"
|
||||
#include "spawn.h"
|
||||
|
Loading…
Reference in New Issue
Block a user