comparison 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
comparison
equal deleted inserted replaced
5634:2014ff433daf 5635:2fc3f2f35523
1 2012-01-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * obsolete.el (cl-puthash): Put back a compatibility alias for
4 this, setf-expansion of #'gethash calls it on 21.4, so it will
5 occur in packages for a while to come.
6
1 2011-12-30 Aidan Kehoe <kehoea@parhasard.net> 7 2011-12-30 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * subr.el (copy-symbol): Don't error with a non-list plist, as 9 * subr.el (copy-symbol): Don't error with a non-list plist, as
4 happens with symbols in abbrev tables. 10 happens with symbols in abbrev tables.
5 11