* emacs-lisp/assoc.el: Move to obsolete/.
This commit is contained in:
parent
36d55cd479
commit
797e6e88e9
3 changed files with 10 additions and 0 deletions
5
etc/NEWS
5
etc/NEWS
|
@ -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
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
;; Author: Barry A. Warsaw <bwarsaw@cen.com>
|
||||
;; Keywords: extensions
|
||||
;; Obsolete-since: 24.2
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
Loading…
Add table
Reference in a new issue