=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/def.h,v retrieving revision 1.158 retrieving revision 1.159 diff -u -r1.158 -r1.159 --- src/usr.bin/mg/def.h 2019/06/22 10:21:57 1.158 +++ src/usr.bin/mg/def.h 2019/06/22 15:38:15 1.159 @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.158 2019/06/22 10:21:57 lum Exp $ */ +/* $OpenBSD: def.h,v 1.159 2019/06/22 15:38:15 lum Exp $ */ /* This file is in the public domain. */ @@ -46,7 +46,7 @@ * flag controls the clearing versus appending * of data in the kill buffer. */ -#define CFCPCN 0x0001 /* Last command was C-P, C-N */ +#define CFCPCN 0x0001 /* Last command was C-p or C-n */ #define CFKILL 0x0002 /* Last command was a kill */ #define CFINS 0x0004 /* Last command was self-insert */ @@ -526,7 +526,7 @@ int gotoline(int, int); int setlineno(int); -/* random.c X */ +/* util.c X */ int showcpos(int, int); int getcolpos(struct mgwin *); int twiddle(int, int);