Mercurial > emacs
changeset 106537:9a13ceca63a8
Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1642
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 11 Dec 2009 20:48:03 +0000 |
parents | 8cc9318e5841 |
children | 500878bee91d |
files | test/cedet/tests/test.c test/cedet/tests/test.cpp test/cedet/tests/test.py test/cedet/tests/testjavacomp.java test/cedet/tests/testpolymorph.cpp |
diffstat | 5 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- 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"
--- 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 */
--- 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):
--- 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 <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
--- 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 <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