=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/version.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/mg/version.c 2000/02/25 19:08:52 1.1 +++ src/usr.bin/mg/version.c 2000/04/13 06:12:18 1.2 @@ -3,17 +3,18 @@ * out by the emacs-version command. */ -#define TRUE 1 /* include "def.h" when things get more complicated */ +#define TRUE 1 /* include "def.h" when things get more + * complicated */ -char version[] = "Mg 2a (formerly MicroGnuEmacs)"; +char version[] = "Mg 2a"; /* * Display the version. All this does * is copy the version string onto the echo line. */ -/*ARGSUSED*/ +/* ARGSUSED */ showversion(f, n) -int f, n; + int f, n; { ewprintf(version); return TRUE;