aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2004-06-13 14:50:07 +0000
committerAndreas Schwab2004-06-13 14:50:07 +0000
commit3ebc09397fcc7be59d58303ffa06aa115488466f (patch)
tree65aee8beaaf181b281cfda57e0057f8b82580413
parentc04ebd1d5e3c97645e1914101dcdf5806db45b2d (diff)
downloademacs-3ebc09397fcc7be59d58303ffa06aa115488466f.tar.gz
emacs-3ebc09397fcc7be59d58303ffa06aa115488466f.zip
(face_attr_equal_p): Declare parameters.
-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. */