1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-25 14:44:01 -04:00

Move paragraph related function from basic.c to word.c.

This commit is contained in:
2013-09-25 15:09:09 +08:00
parent 9ec9176c81
commit 1f7826d3a8
6 changed files with 110 additions and 108 deletions

View File

@@ -8,8 +8,6 @@ int gotobob( int f, int n) ;
int gotoeob( int f, int n) ;
int forwline( int f, int n) ;
int backline( int f, int n) ;
int gotobop( int f, int n) ;
int gotoeop( int f, int n) ;
int forwpage( int f, int n) ;
int backpage( int f, int n) ;
int setmark( int f, int n) ;