# HG changeset patch # User Juanma Barranquero # Date 1121062375 0 # Node ID e34914bd46ccf7326412fb217cef41c36866212f # Parent 90c5009c1621ad1792d4668d02ee9d9910630d11 *** empty log message *** diff -r 90c5009c1621 -r e34914bd46cc lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 11 06:09:37 2005 +0000 +++ b/lisp/ChangeLog Mon Jul 11 06:12:55 2005 +0000 @@ -1,3 +1,9 @@ +2005-07-11 Juanma Barranquero + + * custom.el (custom-enable-theme): Don't add theme to + `custom-enabled-themes' with `push' because there is no + setf-method for `delq'. + 2005-07-11 Richard M. Stallman * custom.el (custom-declare-variable): Doc fix.