Mercurial > emacs
changeset 98727:a6557f9f1192
* faces.el (set-face-attribute): Set family and foundry before
other attributes.
(face-spec-set-2): Pass unmodified args to set-face-attribute.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 14 Oct 2008 19:01:39 +0000 |
parents | 16c0b2e98853 |
children | a962df9a86fb |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> + + * 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 <lekktu@gmail.com> * hl-line.el (hl-line-unload-function): New function.