# HG changeset patch # User Miles Bader # Date 1260564483 0 # Node ID 9a13ceca63a831cb259f85f1ed174da77a18da20 # Parent 8cc9318e58419972ba2f45805f3172e61bdd95e2 Remove RCS keywords Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1642 diff -r 8cc9318e5841 -r 9a13ceca63a8 test/cedet/tests/test.c --- a/test/cedet/tests/test.c Fri Dec 11 17:02:03 2009 +0000 +++ b/test/cedet/tests/test.c Fri Dec 11 20:48:03 2009 +0000 @@ -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 -r 8cc9318e5841 -r 9a13ceca63a8 test/cedet/tests/test.cpp --- a/test/cedet/tests/test.cpp Fri Dec 11 17:02:03 2009 +0000 +++ b/test/cedet/tests/test.cpp Fri Dec 11 20:48:03 2009 +0000 @@ -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 -r 8cc9318e5841 -r 9a13ceca63a8 test/cedet/tests/test.py --- a/test/cedet/tests/test.py Fri Dec 11 17:02:03 2009 +0000 +++ b/test/cedet/tests/test.py Fri Dec 11 20:48:03 2009 +0000 @@ -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 -r 8cc9318e5841 -r 9a13ceca63a8 test/cedet/tests/testjavacomp.java --- a/test/cedet/tests/testjavacomp.java Fri Dec 11 17:02:03 2009 +0000 +++ b/test/cedet/tests/testjavacomp.java Fri Dec 11 20:48:03 2009 +0000 @@ -3,7 +3,6 @@ * Copyright (C) 2009 Eric M. Ludlam * * Author: Eric M. Ludlam - * 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 -r 8cc9318e5841 -r 9a13ceca63a8 test/cedet/tests/testpolymorph.cpp --- a/test/cedet/tests/testpolymorph.cpp Fri Dec 11 17:02:03 2009 +0000 +++ b/test/cedet/tests/testpolymorph.cpp Fri Dec 11 20:48:03 2009 +0000 @@ -3,7 +3,6 @@ * Copyright (C) 2009 Eric M. Ludlam * * Author: Eric M. Ludlam - * 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