Mercurial > emacs
changeset 104427:9d5ed9214322
Fix last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 29 Aug 2009 22:15:32 +0000 |
parents | 7b59e774c522 |
children | d4ea185ac242 |
files | lisp/cedet/semantic/elp.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cedet/semantic/elp.el Sat Aug 29 22:15:12 2009 +0000 +++ b/lisp/cedet/semantic/elp.el Sat Aug 29 22:15:32 2009 +0000 @@ -1,9 +1,8 @@ -;;; semantic-elp.el --- Bind ELP to measure Semantic +;;; semantic/elp.el --- Bind ELP to measure Semantic -;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. +;;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> -;; X-RCS: $Id: semantic-elp.el,v 1.16 2009/04/02 01:18:33 zappo Exp $ ;; This file is part of GNU Emacs. @@ -769,4 +768,4 @@ (data-debug-show semantic-elp-last-run)) (provide 'semantic/elp) -;;; semantic-elp.el ends here +;;; semantic/elp.el ends here