aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-10-16 16:32:51 +0000
committerChong Yidong2008-10-16 16:32:51 +0000
commit8ca67af959b7286f7619ca5b68762dce7705c27c (patch)
treec2f6898f6b9b920c5354c87c044020cff70d516c /src
parent72ab66ebe39b5397539a054d042f592e44ef9ab3 (diff)
downloademacs-8ca67af959b7286f7619ca5b68762dce7705c27c.tar.gz
emacs-8ca67af959b7286f7619ca5b68762dce7705c27c.zip
* xfaces.c (Finternal_set_lisp_face_attribute): Make null values
of :foreground and :background equivalent to unspecified (20.x compatibility).
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 960b3199274..58ca2f9a33c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-10-16 Chong Yidong <cyd@stupidchicken.com>
2
3 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
4 of :foreground and :background equivalent to unspecified (20.x
5 compatibility).
6
12008-10-15 Eli Zaretskii <eliz@gnu.org> 72008-10-15 Eli Zaretskii <eliz@gnu.org>
2 8
3 * buffer.c (syms_of_buffer): Doc fix. 9 * buffer.c (syms_of_buffer): Doc fix.