Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5631:5e256f495401
Don't error with a non-list plist, #'copy-symbol
lisp/ChangeLog addition:
2011-12-30 Aidan Kehoe <kehoea@parhasard.net>
* subr.el (copy-symbol): Don't error with a non-list plist, as
happens with symbols in abbrev tables.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 30 Dec 2011 13:55:07 +0000 |
parents | c39052c921b5 |
children | bd80d9103fc8 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Dec 30 12:43:52 2011 +0000 +++ b/lisp/ChangeLog Fri Dec 30 13:55:07 2011 +0000 @@ -1,3 +1,8 @@ +2011-12-30 Aidan Kehoe <kehoea@parhasard.net> + + * subr.el (copy-symbol): Don't error with a non-list plist, as + happens with symbols in abbrev tables. + 2011-12-27 Didier Verna <didier@xemacs.org> * cl-macs.el (face-foreback): New defsetf.