aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xfaces.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a2fc38f37c..d98e9fa21ec 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12004-06-13 Andreas Schwab <schwab@suse.de>
2
3 * xfaces.c (face_attr_equal_p): Declare parameters.
4
12004-06-13 Kenichi Handa <handa@m17n.org> 52004-06-13 Kenichi Handa <handa@m17n.org>
2 6
3 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1. 7 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
diff --git a/src/xfaces.c b/src/xfaces.c
index b6b4140e729..677bee25aff 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -4912,6 +4912,7 @@ If FRAME is omitted or nil, use the selected frame. */)
4912 4912
4913static INLINE int 4913static INLINE int
4914face_attr_equal_p (v1, v2) 4914face_attr_equal_p (v1, v2)
4915 Lisp_Object v1, v2;
4915{ 4916{
4916 /* Type can differ, e.g. when one attribute is unspecified, i.e. nil, 4917 /* Type can differ, e.g. when one attribute is unspecified, i.e. nil,
4917 and the other is specified. */ 4918 and the other is specified. */