changeset 104416:c13af98da4d6

Fix renamed filenames in file headers.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 28 Aug 2009 15:47:01 +0000
parents 4472b64928ad
children 6810f0d84270
files lisp/cedet/semantic/db.el lisp/cedet/semantic/decorate.el lisp/cedet/semantic/lex-spp.el lisp/cedet/semantic/lex.el lisp/cedet/semantic/tag.el lisp/cedet/semantic/util-modes.el lisp/cedet/semantic/util.el
diffstat 7 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cedet/semantic/db.el	Fri Aug 28 15:21:26 2009 +0000
+++ b/lisp/cedet/semantic/db.el	Fri Aug 28 15:47:01 2009 +0000
@@ -1,4 +1,4 @@
-;;; semanticdb.el --- Semantic tag database manager
+;;; db.el --- Semantic tag database manager
 
 ;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
 ;;; 2008, 2009 Free Software Foundation, Inc.
--- a/lisp/cedet/semantic/decorate.el	Fri Aug 28 15:21:26 2009 +0000
+++ b/lisp/cedet/semantic/decorate.el	Fri Aug 28 15:47:01 2009 +0000
@@ -1,4 +1,4 @@
-;;; semantic-decorate.el --- Utilities for decorating/highlighting tokens.
+;;; decorate.el --- Utilities for decorating/highlighting tokens.
 
 ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009
 ;;; Free Software Foundation, Inc.
--- a/lisp/cedet/semantic/lex-spp.el	Fri Aug 28 15:21:26 2009 +0000
+++ b/lisp/cedet/semantic/lex-spp.el	Fri Aug 28 15:47:01 2009 +0000
@@ -1,4 +1,4 @@
-;;; semantic-lex-spp.el --- Semantic Lexical Pre-processor
+;;; lex-spp.el --- Semantic Lexical Pre-processor
 
 ;;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
--- a/lisp/cedet/semantic/lex.el	Fri Aug 28 15:21:26 2009 +0000
+++ b/lisp/cedet/semantic/lex.el	Fri Aug 28 15:47:01 2009 +0000
@@ -1,4 +1,4 @@
-;;; semantic-lex.el --- Lexical Analyzer builder
+;;; lex.el --- Lexical Analyzer builder
 
 ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
 ;;; 2007, 2008, 2009 Free Software Foundation, Inc.
--- a/lisp/cedet/semantic/tag.el	Fri Aug 28 15:21:26 2009 +0000
+++ b/lisp/cedet/semantic/tag.el	Fri Aug 28 15:47:01 2009 +0000
@@ -1,4 +1,4 @@
-;;; semantic-tag.el --- tag creation and access
+;;; tag.el --- tag creation and access
 
 ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007,
 ;;; 2008, 2009 Free Software Foundation, Inc.
--- a/lisp/cedet/semantic/util-modes.el	Fri Aug 28 15:21:26 2009 +0000
+++ b/lisp/cedet/semantic/util-modes.el	Fri Aug 28 15:47:01 2009 +0000
@@ -1,4 +1,4 @@
-;;; semantic-util-modes.el --- Semantic minor modes
+;;; util-modes.el --- Semantic minor modes
 
 ;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009
 ;;; Free Software Foundation, Inc.
--- a/lisp/cedet/semantic/util.el	Fri Aug 28 15:21:26 2009 +0000
+++ b/lisp/cedet/semantic/util.el	Fri Aug 28 15:47:01 2009 +0000
@@ -1,4 +1,4 @@
-;;; semantic-util.el --- Utilities for use with semantic tag tables
+;;; util.el --- Utilities for use with semantic tag tables
 
 ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007,
 ;;; 2008, 2009 Free Software Foundation, Inc.