]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdisplay_supports_face_attributes_p): Initialize
authorAndreas Schwab <schwab@suse.de>
Sun, 19 Nov 2006 01:26:00 +0000 (01:26 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 19 Nov 2006 01:26:00 +0000 (01:26 +0000)
supports.

src/ChangeLog
src/xfaces.c

index ad27ff8225189a7d81bfc619674d14b686469736..9e0aca92a5921e9313598df7ec8ea85b65e095bd 100644 (file)
@@ -1,3 +1,10 @@
+2006-11-19  Andreas Schwab  <schwab@gnu.org>
+
+       * xfaces.c (Fdisplay_supports_face_attributes_p): Initialize
+       supports.
+
+       * xmenu.c (Fx_popup_menu): Initialize selection.
+
 2006-11-18  Andreas Schwab  <schwab@suse.de>
 
        * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Update call to
index c408a7d368541f4723bd441b649e68604fe32ec2..bd08871f278982aadb95760c2016edc66686dbd5 100644 (file)
@@ -6178,7 +6178,7 @@ face for italic.  */)
   (attributes, display)
      Lisp_Object attributes, display;
 {
-  int supports, i;
+  int supports = 0, i;
   Lisp_Object frame;
   struct frame *f;
   struct face *def_face;