diff options
author | Miles Bader <miles@gnu.org> | 2009-12-11 20:48:03 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2009-12-11 20:48:03 +0000 |
commit | d356f4fcff6652a6f81b8c91a60cbda41a70f44b (patch) | |
tree | 8c5e4d02881dd5deb11571a889159b49fb658761 /test/cedet/tests | |
parent | 315eb96d019f45edc8e37a3010dc61877c7a0f1e (diff) | |
download | emacs-d356f4fcff6652a6f81b8c91a60cbda41a70f44b.tar.gz |
Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1642
Diffstat (limited to 'test/cedet/tests')
-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 @@ /* Test file for C language. * Attempt to include as many aspects of the C language as possible. - * - * $Id: test.c,v 1.2 2009/09/28 23:23:31 cyd Exp $ - * */ /* types of include files */ #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 @@ * Attempt to include as many aspects of the C++ language as possible. * Do not include things tested in test.c since that shares the * same language. - * - * $Id: test.cpp,v 1.2 2009/09/28 23:23:31 cyd Exp $ - * */ /* 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 @@ # Test file for Python language. # -# $Id: test.py,v 1.2 2009/09/28 23:23:31 cyd Exp $ # Simle class compount statement with blank lines sprinkled. 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 @@ * Copyright (C) 2009 Eric M. Ludlam * * Author: Eric M. Ludlam <eric@siege-engine.com> - * X-RCS: $Id: testjavacomp.java,v 1.1.2.1 2009/09/20 04:00:18 cyd Exp $ * * This program is free software; you can redistribute it and/or * 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 @@ * Copyright (C) 2009 Eric M. Ludlam * * Author: Eric M. Ludlam <eric@siege-engine.com> - * X-RCS: $Id: testpolymorph.cpp,v 1.2 2009/09/28 23:23:32 cyd Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as |