mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -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 "isearch.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
#include "random.h"
|
#include "random.h"
|
||||||
|
#include "region.h"
|
||||||
#include "search.h"
|
#include "search.h"
|
||||||
#include "spawn.h"
|
#include "spawn.h"
|
||||||
#include "window.h"
|
#include "window.h"
|
||||||
|
3
efunc.h
3
efunc.h
@ -20,9 +20,6 @@
|
|||||||
/* display.c */
|
/* display.c */
|
||||||
#include "display.h"
|
#include "display.h"
|
||||||
|
|
||||||
/* region.c */
|
|
||||||
#include "region.h"
|
|
||||||
|
|
||||||
/* posix.c */
|
/* posix.c */
|
||||||
#include "termio.h"
|
#include "termio.h"
|
||||||
|
|
||||||
|
1
names.c
1
names.c
@ -15,6 +15,7 @@
|
|||||||
#include "isearch.h"
|
#include "isearch.h"
|
||||||
#include "line.h"
|
#include "line.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
#include "region.h"
|
||||||
#include "random.h"
|
#include "random.h"
|
||||||
#include "search.h"
|
#include "search.h"
|
||||||
#include "spawn.h"
|
#include "spawn.h"
|
||||||
|
1
word.c
1
word.c
@ -18,6 +18,7 @@
|
|||||||
#include "line.h"
|
#include "line.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "random.h"
|
#include "random.h"
|
||||||
|
#include "region.h"
|
||||||
|
|
||||||
/* Word wrap on n-spaces. Back-over whatever precedes the point on the current
|
/* Word wrap on n-spaces. Back-over whatever precedes the point on the current
|
||||||
* line and stop on the first word-break or the beginning of the line. If we
|
* line and stop on the first word-break or the beginning of the line. If we
|
||||||
|
Loading…
Reference in New Issue
Block a user