diff options
| author | Glenn Morris | 2014-03-31 13:01:19 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-31 13:01:19 -0400 |
| commit | 8033778191550dd3fd386d6c95f12ccf36ce4ca7 (patch) | |
| tree | 605f61232425d25783c285b7864e175b8c18e434 | |
| parent | 63adc1569186ac3e1e64416f884544af365b31d2 (diff) | |
| download | emacs-8033778191550dd3fd386d6c95f12ccf36ce4ca7.tar.gz emacs-8033778191550dd3fd386d6c95f12ccf36ce4ca7.zip | |
Rename some cedet Version: headers that can confuse package.el
Fixes: debbugs:17137
| -rw-r--r-- | lisp/cedet/ede/dired.el | 5 | ||||
| -rw-r--r-- | lisp/cedet/ede/project-am.el | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/lisp/cedet/ede/dired.el b/lisp/cedet/ede/dired.el index 1bfa6f79f6b..ee17dc95fbc 100644 --- a/lisp/cedet/ede/dired.el +++ b/lisp/cedet/ede/dired.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; ede/dired.el --- EDE extensions to dired. | 1 | ;;; ede/dired.el --- EDE extensions to dired. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2000, 2003, 2009-2014 Free Software Foundation, | 3 | ;; Copyright (C) 1998-2000, 2003, 2009-2014 Free Software Foundation, Inc. |
| 4 | ;; Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 0.4 | 6 | ;; Old-Version: 0.4 |
| 8 | ;; Keywords: project, make | 7 | ;; Keywords: project, make |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/cedet/ede/project-am.el b/lisp/cedet/ede/project-am.el index 09c8ec0daf7..43482ce0582 100644 --- a/lisp/cedet/ede/project-am.el +++ b/lisp/cedet/ede/project-am.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; project-am.el --- A project management scheme based on automake files. | 1 | ;;; project-am.el --- A project management scheme based on automake files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2000, 2003, 2005, 2007-2014 Free Software | 3 | ;; Copyright (C) 1998-2000, 2003, 2005, 2007-2014 |
| 4 | ;; Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 0.0.3 | 7 | ;; Old-Version: 0.0.3 |
| 8 | ;; Keywords: project, make | 8 | ;; Keywords: project, make |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |