aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-10-16 17:59:24 +0000
committerChong Yidong2008-10-16 17:59:24 +0000
commit721de51dca8eb6f37dec1981bfc0182c8a93a70e (patch)
tree194a5ee913683d697c8c271f50b595c3cf661819 /src
parentca6888b6e5f027a87f9d1f3393552c9187cb9b16 (diff)
downloademacs-721de51dca8eb6f37dec1981bfc0182c8a93a70e.tar.gz
emacs-721de51dca8eb6f37dec1981bfc0182c8a93a70e.zip
* fileio.c (Fexpand_file_name): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 58ca2f9a33c..d57d48c666a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12008-10-16 Chong Yidong <cyd@stupidchicken.com> 12008-10-16 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * fileio.c (Fexpand_file_name): Doc fix.
4
3 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values 5 * xfaces.c (Finternal_set_lisp_face_attribute): Make null values
4 of :foreground and :background equivalent to unspecified (20.x 6 of :foreground and :background equivalent to unspecified (20.x
5 compatibility). 7 compatibility).