mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(face_attr_equal_p): Declare parameters.
This commit is contained in:
parent
c04ebd1d5e
commit
3ebc09397f
@ -1,3 +1,7 @@
|
||||
2004-06-13 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* xfaces.c (face_attr_equal_p): Declare parameters.
|
||||
|
||||
2004-06-13 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
|
||||
|
@ -4912,6 +4912,7 @@ If FRAME is omitted or nil, use the selected frame. */)
|
||||
|
||||
static INLINE int
|
||||
face_attr_equal_p (v1, v2)
|
||||
Lisp_Object v1, v2;
|
||||
{
|
||||
/* Type can differ, e.g. when one attribute is unspecified, i.e. nil,
|
||||
and the other is specified. */
|
||||
|
Loading…
Reference in New Issue
Block a user