* emacs-lisp/assoc.el: Move to obsolete/.

This commit is contained in:
Stefan Monnier 2012-04-26 20:30:56 -04:00
parent 36d55cd479
commit 797e6e88e9
3 changed files with 10 additions and 0 deletions

View file

@ -144,6 +144,11 @@ server properties.
** Obsolete packages:
*** assoc.el
In most cases, assoc+member+push+delq work just as well.
And in any case it's just a terrible package: ugly semantics, terrible
inefficiency, and not namespace-clean.
*** mailpost.el
*** mouse-sel.el

View file

@ -1,3 +1,7 @@
2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/assoc.el: Move to obsolete/.
2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).

View file

@ -4,6 +4,7 @@
;; Author: Barry A. Warsaw <bwarsaw@cen.com>
;; Keywords: extensions
;; Obsolete-since: 24.2
;; This file is part of GNU Emacs.