changeset 74071:ea7f3c26d52b

(Fdisplay_supports_face_attributes_p): Initialize supports.
author Andreas Schwab <schwab@suse.de>
date Sun, 19 Nov 2006 01:25:02 +0000
parents e3259d353397
children 3174edc171d7
files src/xfaces.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;