From: Chong Yidong Date: Tue, 14 Oct 2008 19:01:39 +0000 (+0000) Subject: * faces.el (set-face-attribute): Set family and foundry before X-Git-Tag: emacs-pretest-23.0.90~2473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bb86dc465522033b337cfad53b842a27c3de448;p=emacs.git * faces.el (set-face-attribute): Set family and foundry before other attributes. (face-spec-set-2): Pass unmodified args to set-face-attribute. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd2c8b65a91..e2aba3c0056 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.