diff options
| author | Stefan Monnier | 2012-11-16 10:59:40 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2012-11-16 10:59:40 -0500 |
| commit | cdc5d88cf68f232a71560937b557af8fa36d50c5 (patch) | |
| tree | 43b88a166c72f1cc85b0b717085867b0aa437b8a | |
| parent | 2a07c70a94109903838b81aa825f8f90bbe70a21 (diff) | |
| download | emacs-cdc5d88cf68f232a71560937b557af8fa36d50c5.tar.gz emacs-cdc5d88cf68f232a71560937b557af8fa36d50c5.zip | |
* lisp/emacs-lisp/cl-lib.el: Set more meaningful version number.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/cl-lib.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a267c726986..343ea621e9e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/cl-lib.el: Set more meaningful version number. | ||
| 4 | |||
| 1 | 2012-11-16 Martin Rudalics <rudalics@gmx.at> | 5 | 2012-11-16 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * window.el (enlarge-window, shrink-window): Don't mention return | 7 | * window.el (enlarge-window, shrink-window): Don't mention return |
diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el index e9b30a8f62d..9515c6fd12f 100644 --- a/lisp/emacs-lisp/cl-lib.el +++ b/lisp/emacs-lisp/cl-lib.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1993, 2001-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 5 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 6 | ;; Version: 2.02 | 6 | ;; Version: 1.0 |
| 7 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |