diff options
Diffstat (limited to 'lisp/cedet/semantic/adebug.el')
-rw-r--r-- | lisp/cedet/semantic/adebug.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/adebug.el b/lisp/cedet/semantic/adebug.el index fe8e71b82e8..7756ffb93d7 100644 --- a/lisp/cedet/semantic/adebug.el +++ b/lisp/cedet/semantic/adebug.el @@ -1,4 +1,4 @@ -;;; adebug.el --- Semantic Application Debugger +;;; semantic/adebug.el --- Semantic Application Debugger ;;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. @@ -420,4 +420,4 @@ Optional argument CTXT is the context to show." (provide 'semantic/adebug) -;;; semantic-adebug.el ends here +;;; semantic/adebug.el ends here |