diff lisp/ChangeLog @ 110978:80c672780889

Fix 2010-10-12 change to custom-theme-set-faces. * cus-face.el (custom-theme-set-faces): Call custom-push-theme only after checking the theme-face property.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 14 Oct 2010 01:57:58 -0400
parents a5cd85a6290e
children b8fde5ef9e14
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 13 23:55:18 2010 -0400
+++ b/lisp/ChangeLog	Thu Oct 14 01:57:58 2010 -0400
@@ -1,5 +1,8 @@
 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
 
+	* cus-face.el (custom-theme-set-faces): Call custom-push-theme
+	only after checking the theme-face property.
+
 	* faces.el (face-spec-reset-face): Reset all attributes in one
 	single call to set-face-attribute.
 	(face-spec-match-p): Make it a defsubst.