diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2004-03-04 19:58:55 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2004-03-04 19:58:55 +0000 |
commit | 3f9ba34b43c91752c98df8eadff90f46f59d3fa9 (patch) | |
tree | 1028a191418df588489683f994dd4d9a2dc9333f | |
parent | 151d659e1738faaa342c0782814d834f97525b5f (diff) |
no bug report, see prior version. Fix bad edit
-rw-r--r-- | ispell.c | 2 | ||||
-rw-r--r-- | lisp/private.h | 2 | ||||
-rw-r--r-- | lisp/string.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -: /* $XdotOrg: xc/programs/xedit/ispell.c,v 1.20 2003/12/19 02:05:39 dawes Exp $ */ +/* $XdotOrg: xc/programs/xedit/ispell.c,v 1.1.4.1.4.1 2004/03/04 17:48:56 eich Exp $ */ /* $XFree86: xc/programs/xedit/ispell.c,v 1.19 2002/10/19 20:04:20 herrb Exp $ */ #include "xedit.h" diff --git a/lisp/private.h b/lisp/private.h index 6452e6d..835cf71 100644 --- a/lisp/private.h +++ b/lisp/private.h @@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -: /* $XdotOrg: xc/programs/xedit/lisp/private.h,v 1.42 2003/12/17 17:45:33 dawes Exp $ */ +/* $XdotOrg: xc/programs/xedit/lisp/private.h,v 1.1.4.2.4.1 2004/03/04 17:48:57 eich Exp $ */ /* $XFree86: xc/programs/xedit/lisp/private.h,v 1.41 2003/05/27 22:27:04 tsi Exp $ */ #ifndef Lisp_private_h diff --git a/lisp/string.c b/lisp/string.c index 3099ff6..8de991b 100644 --- a/lisp/string.c +++ b/lisp/string.c @@ -27,7 +27,7 @@ * Author: Paulo César Pereira de Andrade */ -: /* $XdotOrg: xc/programs/xedit/lisp/string.c,v 1.26 2003/11/27 17:28:43 paulo Exp $ */ +/* $XdotOrg: xc/programs/xedit/lisp/string.c,v 1.1.4.2.4.1 2004/03/04 17:48:57 eich Exp $ */ /* $XFree86: xc/programs/xedit/lisp/string.c,v 1.24tsi Exp $ */ #include "lisp/helper.h" |