mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(face_attr_equal_p): Declare parameters.
This commit is contained in:
parent
c04ebd1d5e
commit
3ebc09397f
2 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue