From: Chong Yidong Date: Sat, 29 Aug 2009 22:15:32 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-23.1.90~1091^2~93 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8c3d703ca185e61d2e9f36da0391c2b6ad324ec;p=emacs.git Fix last change. --- diff --git a/lisp/cedet/semantic/elp.el b/lisp/cedet/semantic/elp.el index a60692ca3de..87fe2936b95 100644 --- a/lisp/cedet/semantic/elp.el +++ b/lisp/cedet/semantic/elp.el @@ -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 -;; 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 @@ The expectation is that you will edit this fcn with different (data-debug-show semantic-elp-last-run)) (provide 'semantic/elp) -;;; semantic-elp.el ends here +;;; semantic/elp.el ends here