1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Remove random from efunc.

This commit is contained in:
2013-05-28 12:37:04 +08:00
parent 886adf1b69
commit f1a0771bfc
7 changed files with 6 additions and 3 deletions

1
word.c
View File

@@ -16,6 +16,7 @@
#include "edef.h"
#include "efunc.h"
#include "line.h"
#include "random.h"
/* 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