diff options
author | Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk> | 2004-12-04 00:43:16 +0000 |
---|---|---|
committer | Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk> | 2004-12-04 00:43:16 +0000 |
commit | 5581ed55c6918f69786d63e9a401f9d8b33a66d2 (patch) | |
tree | 245195948fd333bb8ba67b5c4aaaac130456e123 /lisp/string.c | |
parent | 4d6b4556b8517ac36d6f87837dfb936872581b12 (diff) |
Encoding of numerous files changed to UTF-8
Diffstat (limited to 'lisp/string.c')
-rw-r--r-- | lisp/string.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/string.c b/lisp/string.c index 5c59d6a..604fb6c 100644 --- a/lisp/string.c +++ b/lisp/string.c @@ -24,10 +24,10 @@ * dealings in this Software without prior written authorization from the * XFree86 Project. * - * Author: Paulo César Pereira de Andrade + * 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.2 2004/04/23 19:54:44 eich Exp $ */ /* $XFree86: xc/programs/xedit/lisp/string.c,v 1.24tsi Exp $ */ #include "lisp/helper.h" |