diff lisp/ChangeLog @ 5635:2fc3f2f35523

Put back compatibility alias for #'cl-puthash, used by 21.4's setf expansion 2012-01-02 Aidan Kehoe <kehoea@parhasard.net> * obsolete.el (cl-puthash): Put back a compatibility alias for this, setf-expansion of #'gethash calls it on 21.4, so it will occur in packages for a while to come.
author Aidan Kehoe <kehoea@parhasard.net>
date Mon, 02 Jan 2012 13:35:31 +0000
parents bd80d9103fc8
children a366601407c2
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 01 15:18:52 2012 +0000
+++ b/lisp/ChangeLog	Mon Jan 02 13:35:31 2012 +0000
@@ -1,3 +1,9 @@
+2012-01-02  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* obsolete.el (cl-puthash): Put back a compatibility alias for
+	this, setf-expansion of #'gethash calls it on 21.4, so it will
+	occur in packages for a while to come.
+
 2011-12-30  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* subr.el (copy-symbol): Don't error with a non-list plist, as