From: Chong Yidong Date: Fri, 17 Oct 2008 17:14:03 +0000 (+0000) Subject: * faces.el (face-spec-set-2): Don't pass invalid attributes to X-Git-Tag: emacs-pretest-23.0.90~2426 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74a3abf3c166b8476a614c5752b1fc6a9cb82869;p=emacs.git * faces.el (face-spec-set-2): Don't pass invalid attributes to set-face-attribute. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ee9b6196c9..8b3fb70512b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-10-17 Chong Yidong + + * faces.el (face-spec-set-2): Don't pass invalid attributes to + set-face-attribute. + 2008-10-17 Juanma Barranquero * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'