diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/obsolete/assoc.el (renamed from lisp/emacs-lisp/assoc.el) | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87b525d7e66..9afa98fc2fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/assoc.el: Move to obsolete/. | ||
| 4 | |||
| 1 | 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352). | 7 | * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352). |
diff --git a/lisp/emacs-lisp/assoc.el b/lisp/obsolete/assoc.el index 8e6f7711d5b..d0738dfeb2c 100644 --- a/lisp/emacs-lisp/assoc.el +++ b/lisp/obsolete/assoc.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> | 5 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> |
| 6 | ;; Keywords: extensions | 6 | ;; Keywords: extensions |
| 7 | ;; Obsolete-since: 24.2 | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||