changeset 98779:fab6a6dd78f1

* xfaces.c (Finternal_set_lisp_face_attribute): Make null values of :foreground and :background equivalent to unspecified (20.x compatibility).
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 16 Oct 2008 16:32:51 +0000
parents 0f8ccfd21a74
children 96300bdd6164
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Oct 16 15:28:29 2008 +0000
+++ b/src/ChangeLog	Thu Oct 16 16:32:51 2008 +0000
@@ -1,3 +1,9 @@
+2008-10-16  Chong Yidong  <cyd@stupidchicken.com>
+
+	* xfaces.c (Finternal_set_lisp_face_attribute): Make null values
+	of :foreground and :background equivalent to unspecified (20.x
+	compatibility).
+
 2008-10-15  Eli Zaretskii  <eliz@gnu.org>
 
 	* buffer.c (syms_of_buffer): Doc fix.