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/test | |
parent | 4d6b4556b8517ac36d6f87837dfb936872581b12 (diff) |
Encoding of numerous files changed to UTF-8
Diffstat (limited to 'lisp/test')
-rw-r--r-- | lisp/test/hello.lsp | 2 | ||||
-rw-r--r-- | lisp/test/list.lsp | 2 | ||||
-rw-r--r-- | lisp/test/math.lsp | 2 | ||||
-rw-r--r-- | lisp/test/regex.lsp | 2 | ||||
-rw-r--r-- | lisp/test/stream.lsp | 2 | ||||
-rw-r--r-- | lisp/test/widgets.lsp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lisp/test/hello.lsp b/lisp/test/hello.lsp index a3cce0f..21ad6cf 100644 --- a/lisp/test/hello.lsp +++ b/lisp/test/hello.lsp @@ -24,7 +24,7 @@ ;; 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 ;; ;; ;; $XFree86: xc/programs/xedit/lisp/test/hello.lsp,v 1.1 2001/08/31 15:00:15 paulo Exp $ diff --git a/lisp/test/list.lsp b/lisp/test/list.lsp index a142a85..a06553e 100644 --- a/lisp/test/list.lsp +++ b/lisp/test/list.lsp @@ -24,7 +24,7 @@ ;; 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 ;; ;; ;; $XFree86: xc/programs/xedit/lisp/test/list.lsp,v 1.5 2002/11/26 04:06:30 paulo Exp $ diff --git a/lisp/test/math.lsp b/lisp/test/math.lsp index 84a4627..dd0f8ce 100644 --- a/lisp/test/math.lsp +++ b/lisp/test/math.lsp @@ -24,7 +24,7 @@ ;; 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 ;; ;; ;; $XFree86: xc/programs/xedit/lisp/test/math.lsp,v 1.4 2002/11/30 23:13:14 paulo Exp $ diff --git a/lisp/test/regex.lsp b/lisp/test/regex.lsp index 0610017..fa6b2fe 100644 --- a/lisp/test/regex.lsp +++ b/lisp/test/regex.lsp @@ -24,7 +24,7 @@ ;; 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 ;; ;; ;; $XFree86: xc/programs/xedit/lisp/test/regex.lsp,v 1.1 2002/12/10 03:59:04 paulo Exp $ diff --git a/lisp/test/stream.lsp b/lisp/test/stream.lsp index 414ee40..e483643 100644 --- a/lisp/test/stream.lsp +++ b/lisp/test/stream.lsp @@ -24,7 +24,7 @@ ;; 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 ;; ;; ;; $XFree86: xc/programs/xedit/lisp/test/stream.lsp,v 1.3 2002/12/06 03:25:29 paulo Exp $ diff --git a/lisp/test/widgets.lsp b/lisp/test/widgets.lsp index a528a2c..9624720 100644 --- a/lisp/test/widgets.lsp +++ b/lisp/test/widgets.lsp @@ -24,7 +24,7 @@ ;; 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 ;; ;; ;; $XFree86: xc/programs/xedit/lisp/test/widgets.lsp,v 1.1 2001/08/31 15:00:15 paulo Exp $ |