changeset 40532:221868112227

(Fface_attribute_relative_p): Declare args.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 31 Oct 2001 01:52:59 +0000
parents 8f420a5cd591
children 095b9114cf5f
files src/xfaces.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Wed Oct 31 01:06:30 2001 +0000
+++ b/src/xfaces.c	Wed Oct 31 01:52:59 2001 +0000
@@ -4487,6 +4487,7 @@
        2, 2, 0,
        doc: /* Return non-nil if face ATTRIBUTE VALUE is relative.  */)
      (attribute, value)
+     Lisp_Object attribute, value;
 {
   if (EQ (value, Qunspecified))
     return Qt;