diff options
| -rw-r--r-- | lisp/cedet/semantic/elp.el | 7 |
1 files changed, 3 insertions, 4 deletions
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 @@ | |||
| 1 | ;;; semantic-elp.el --- Bind ELP to measure Semantic | 1 | ;;; semantic/elp.el --- Bind ELP to measure Semantic |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | ;; X-RCS: $Id: semantic-elp.el,v 1.16 2009/04/02 01:18:33 zappo Exp $ | ||
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 9 | 8 | ||
| @@ -769,4 +768,4 @@ The expectation is that you will edit this fcn with different | |||
| 769 | (data-debug-show semantic-elp-last-run)) | 768 | (data-debug-show semantic-elp-last-run)) |
| 770 | 769 | ||
| 771 | (provide 'semantic/elp) | 770 | (provide 'semantic/elp) |
| 772 | ;;; semantic-elp.el ends here | 771 | ;;; semantic/elp.el ends here |