# HG changeset patch # User Chong Yidong # Date 1224010899 0 # Node ID a6557f9f1192ae419864e86104fe6b7a7ed9ef95 # Parent 16c0b2e98853d41d2f7b61849497300077edc968 * faces.el (set-face-attribute): Set family and foundry before other attributes. (face-spec-set-2): Pass unmodified args to set-face-attribute. diff -r 16c0b2e98853 -r a6557f9f1192 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 14 17:05:01 2008 +0000 +++ b/lisp/ChangeLog Tue Oct 14 19:01:39 2008 +0000 @@ -1,3 +1,9 @@ +2008-10-14 Chong Yidong + + * faces.el (set-face-attribute): Set family and foundry before + other attributes. + (face-spec-set-2): Pass unmodified args to set-face-attribute. + 2008-10-14 Juanma Barranquero * hl-line.el (hl-line-unload-function): New function.