mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
Remove word from efunc.
This commit is contained in:
parent
f1a0771bfc
commit
4f07526222
1
basic.c
1
basic.c
@ -21,6 +21,7 @@
|
||||
#include "line.h"
|
||||
#include "random.h"
|
||||
#include "utf8.h"
|
||||
#include "word.h"
|
||||
|
||||
/*
|
||||
* 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 "search.h"
|
||||
#include "spawn.h"
|
||||
#include "word.h"
|
||||
|
||||
/*
|
||||
* Command table.
|
||||
|
3
efunc.h
3
efunc.h
@ -14,9 +14,6 @@
|
||||
|
||||
/* External function declarations. */
|
||||
|
||||
/* word.c */
|
||||
#include "word.h"
|
||||
|
||||
/* window.c */
|
||||
#include "window.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user