# HG changeset patch # User Andreas Schwab # Date 1163899502 0 # Node ID ea7f3c26d52bd1716a8727545e5954921b8956de # Parent e3259d3533979a443dddb2e41cfc3c751a9caf09 (Fdisplay_supports_face_attributes_p): Initialize supports. diff -r e3259d353397 -r ea7f3c26d52b src/xfaces.c --- a/src/xfaces.c Sun Nov 19 01:24:41 2006 +0000 +++ b/src/xfaces.c Sun Nov 19 01:25:02 2006 +0000 @@ -6178,7 +6178,7 @@ (attributes, display) Lisp_Object attributes, display; { - int supports, i; + int supports = 0, i; Lisp_Object frame; struct frame *f; struct face *def_face;