Fix renamed filenames in file headers.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 28 Aug 2009 15:47:01 +0000 (15:47 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 28 Aug 2009 15:47:01 +0000 (15:47 +0000)
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

index 3b32a9a..807b7b3 100644 (file)
@@ -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.
index cde0b25..46abce7 100644 (file)
@@ -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.
index 7be7a3a..e6a5bc5 100644 (file)
@@ -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.
 
index 83a6fe8..c9029a3 100644 (file)
@@ -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.
index 72cad1c..f46eae9 100644 (file)
@@ -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.
index e38e1b9..5b4ec6c 100644 (file)
@@ -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.
index 1232762..5a6755f 100644 (file)
@@ -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.