mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Remove word from efunc.
This commit is contained in:
1
basic.c
1
basic.c
@@ -21,6 +21,7 @@
|
|||||||
#include "line.h"
|
#include "line.h"
|
||||||
#include "random.h"
|
#include "random.h"
|
||||||
#include "utf8.h"
|
#include "utf8.h"
|
||||||
|
#include "word.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This routine, given a pointer to a struct line, and the current cursor goal
|
* This routine, given a pointer to a struct line, and the current cursor goal
|
||||||
|
|||||||
1
ebind.h
1
ebind.h
@@ -16,6 +16,7 @@
|
|||||||
#include "random.h"
|
#include "random.h"
|
||||||
#include "search.h"
|
#include "search.h"
|
||||||
#include "spawn.h"
|
#include "spawn.h"
|
||||||
|
#include "word.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Command table.
|
* Command table.
|
||||||
|
|||||||
3
efunc.h
3
efunc.h
@@ -14,9 +14,6 @@
|
|||||||
|
|
||||||
/* External function declarations. */
|
/* External function declarations. */
|
||||||
|
|
||||||
/* word.c */
|
|
||||||
#include "word.h"
|
|
||||||
|
|
||||||
/* window.c */
|
/* window.c */
|
||||||
#include "window.h"
|
#include "window.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user