diff options
| author | Chong Yidong | 2012-10-02 13:02:52 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-10-02 13:02:52 +0800 |
| commit | fd795bf4a09d4b2bb07e11490cce07fa0fa7bea3 (patch) | |
| tree | c770dfca78816a8e6cf73f209f1326a5b375cddd /lisp | |
| parent | 6be9197e60358c3036552eadabd6b49975a87e3d (diff) | |
| download | emacs-fd795bf4a09d4b2bb07e11490cce07fa0fa7bea3.tar.gz emacs-fd795bf4a09d4b2bb07e11490cce07fa0fa7bea3.zip | |
Restore Version headers removed in last CEDET merge.
These are needed for ELPA dependencies.
* srecode.el, ede.el: Restore Version header.
* emacs-lisp/eieio.el: Restore Version header.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cedet/ede.el | 1 | ||||
| -rw-r--r-- | lisp/cedet/srecode.el | 1 | ||||
| -rw-r--r-- | lisp/emacs-lisp/eieio.el | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec975c42e01..1e674c133be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-10-02 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/eieio.el: Restore Version header. | ||
| 4 | |||
| 1 | 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * vc/diff-mode.el (diff--auto-refine-data): New var. | 7 | * vc/diff-mode.el (diff--auto-refine-data): New var. |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index cae56e2f07c..e066368d011 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-10-02 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * srecode.el, ede.el: Restore Version header. | ||
| 4 | |||
| 1 | 2012-10-01 Chong Yidong <cyd@gnu.org> | 5 | 2012-10-01 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * semantic/bovine/c-by.el: Regenerate. | 7 | * semantic/bovine/c-by.el: Regenerate. |
diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index 2d4d3956d34..ce3536d53ee 100644 --- a/lisp/cedet/ede.el +++ b/lisp/cedet/ede.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
| 7 | ;; Version: 1.0 | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
diff --git a/lisp/cedet/srecode.el b/lisp/cedet/srecode.el index 73a67737cca..17121c7547e 100644 --- a/lisp/cedet/srecode.el +++ b/lisp/cedet/srecode.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: codegeneration | 6 | ;; Keywords: codegeneration |
| 7 | ;; Version: 1.0 | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el index 5feaa151fb8..7e64b42d9e4 100644 --- a/lisp/emacs-lisp/eieio.el +++ b/lisp/emacs-lisp/eieio.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | ;; Copyright (C) 1995-1996, 1998-2012 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1995-1996, 1998-2012 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 1.3 | ||
| 7 | ;; Keywords: OO, lisp | 8 | ;; Keywords: OO, lisp |
| 8 | 9 | ||
| 9 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |