]> git.eshelyaron.com Git - emacs.git/commitdiff
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 3b32a9a8123d29395483207b03d4a4be3f21b597..807b7b3cfb08bc546fac6fbbbb720957087924a6 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 cde0b25d03b3b3e141d81f043ff69ad504f04eff..46abce75ca1fe2d873da5ec6b9cb21512a642a06 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 7be7a3a816b30654f8056fd798f5205d53f2a1fa..e6a5bc59fa374a9fddc54836e505298faba1187e 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 83a6fe8603a92cf451783fca025f46fab85d1b97..c9029a3e98b85469f2bb0f3bc524ed5191b6dc87 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 72cad1c09acc82e451083e3db0feb9d1c6fde786..f46eae99c3875cbb07c55ee0c81386a0597fb6c2 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 e38e1b94637e3c89f440f32e04ee103c6cdcc45f..5b4ec6cb8571a868f47e8330a5bd93e078266f9f 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 123276221fcbc179f5e98b63648e547629ab219a..5a6755f3e0d3330d7066996c6e97b347712bf9d5 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.