]> git.eshelyaron.com Git - emacs.git/commitdiff
* faces.el (set-face-attribute): Set family and foundry before
authorChong Yidong <cyd@stupidchicken.com>
Tue, 14 Oct 2008 19:01:39 +0000 (19:01 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 14 Oct 2008 19:01:39 +0000 (19:01 +0000)
other attributes.
(face-spec-set-2): Pass unmodified args to set-face-attribute.

lisp/ChangeLog

index bd2c8b65a910fa67aa3f95cf7333dc1e5ec0d7f1..e2aba3c0056967734a6447b175c21051d907145f 100644 (file)
@@ -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.