diff options
| author | Miles Bader | 2009-12-11 20:48:03 +0000 |
|---|---|---|
| committer | Miles Bader | 2009-12-11 20:48:03 +0000 |
| commit | d356f4fcff6652a6f81b8c91a60cbda41a70f44b (patch) | |
| tree | 8c5e4d02881dd5deb11571a889159b49fb658761 | |
| parent | 315eb96d019f45edc8e37a3010dc61877c7a0f1e (diff) | |
| download | emacs-d356f4fcff6652a6f81b8c91a60cbda41a70f44b.tar.gz emacs-d356f4fcff6652a6f81b8c91a60cbda41a70f44b.zip | |
Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1642
| -rw-r--r-- | test/cedet/tests/test.c | 3 | ||||
| -rw-r--r-- | test/cedet/tests/test.cpp | 3 | ||||
| -rw-r--r-- | test/cedet/tests/test.py | 1 | ||||
| -rw-r--r-- | test/cedet/tests/testjavacomp.java | 1 | ||||
| -rw-r--r-- | test/cedet/tests/testpolymorph.cpp | 1 |
5 files changed, 0 insertions, 9 deletions
diff --git a/test/cedet/tests/test.c b/test/cedet/tests/test.c index 38f371a3920..0092a5924bc 100644 --- a/test/cedet/tests/test.c +++ b/test/cedet/tests/test.c | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | /* Test file for C language. | 1 | /* Test file for C language. |
| 2 | * Attempt to include as many aspects of the C language as possible. | 2 | * Attempt to include as many aspects of the C language as possible. |
| 3 | * | ||
| 4 | * $Id: test.c,v 1.2 2009/09/28 23:23:31 cyd Exp $ | ||
| 5 | * | ||
| 6 | */ | 3 | */ |
| 7 | /* types of include files */ | 4 | /* types of include files */ |
| 8 | #include "includeme1.h" | 5 | #include "includeme1.h" |
diff --git a/test/cedet/tests/test.cpp b/test/cedet/tests/test.cpp index 15de3cf0904..0c43944a031 100644 --- a/test/cedet/tests/test.cpp +++ b/test/cedet/tests/test.cpp | |||
| @@ -2,9 +2,6 @@ | |||
| 2 | * Attempt to include as many aspects of the C++ language as possible. | 2 | * Attempt to include as many aspects of the C++ language as possible. |
| 3 | * Do not include things tested in test.c since that shares the | 3 | * Do not include things tested in test.c since that shares the |
| 4 | * same language. | 4 | * same language. |
| 5 | * | ||
| 6 | * $Id: test.cpp,v 1.2 2009/09/28 23:23:31 cyd Exp $ | ||
| 7 | * | ||
| 8 | */ | 5 | */ |
| 9 | 6 | ||
| 10 | /* An include test */ | 7 | /* An include test */ |
diff --git a/test/cedet/tests/test.py b/test/cedet/tests/test.py index e45cb9862e9..ef1b4e1c94b 100644 --- a/test/cedet/tests/test.py +++ b/test/cedet/tests/test.py | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | # Test file for Python language. | 1 | # Test file for Python language. |
| 2 | # | 2 | # |
| 3 | # $Id: test.py,v 1.2 2009/09/28 23:23:31 cyd Exp $ | ||
| 4 | 3 | ||
| 5 | # Simle class compount statement with blank lines sprinkled. | 4 | # Simle class compount statement with blank lines sprinkled. |
| 6 | class Foo(Bar): | 5 | class Foo(Bar): |
diff --git a/test/cedet/tests/testjavacomp.java b/test/cedet/tests/testjavacomp.java index 0c2604f5bf1..feffe660e04 100644 --- a/test/cedet/tests/testjavacomp.java +++ b/test/cedet/tests/testjavacomp.java | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | * Copyright (C) 2009 Eric M. Ludlam | 3 | * Copyright (C) 2009 Eric M. Ludlam |
| 4 | * | 4 | * |
| 5 | * Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | * Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | * X-RCS: $Id: testjavacomp.java,v 1.1.2.1 2009/09/20 04:00:18 cyd Exp $ | ||
| 7 | * | 6 | * |
| 8 | * This program is free software; you can redistribute it and/or | 7 | * This program is free software; you can redistribute it and/or |
| 9 | * modify it under the terms of the GNU General Public License as | 8 | * modify it under the terms of the GNU General Public License as |
diff --git a/test/cedet/tests/testpolymorph.cpp b/test/cedet/tests/testpolymorph.cpp index 7934889b4b2..51f933cf7fd 100644 --- a/test/cedet/tests/testpolymorph.cpp +++ b/test/cedet/tests/testpolymorph.cpp | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | * Copyright (C) 2009 Eric M. Ludlam | 3 | * Copyright (C) 2009 Eric M. Ludlam |
| 4 | * | 4 | * |
| 5 | * Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | * Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | * X-RCS: $Id: testpolymorph.cpp,v 1.2 2009/09/28 23:23:32 cyd Exp $ | ||
| 7 | * | 6 | * |
| 8 | * This program is free software; you can redistribute it and/or | 7 | * This program is free software; you can redistribute it and/or |
| 9 | * modify it under the terms of the GNU General Public License as | 8 | * modify it under the terms of the GNU General Public License as |