aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2006-11-19 01:26:00 +0000
committerAndreas Schwab2006-11-19 01:26:00 +0000
commit221439a094d62aa87281b5c5285f9e7372071c97 (patch)
tree76c51e453842fd8512fb013b0d19fb100a08f7f8 /src
parent9397721973fd1bf9dbf7e59a95f3faaa4cd31abc (diff)
downloademacs-221439a094d62aa87281b5c5285f9e7372071c97.tar.gz
emacs-221439a094d62aa87281b5c5285f9e7372071c97.zip
(Fdisplay_supports_face_attributes_p): Initialize
supports.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/xfaces.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ad27ff82251..9e0aca92a59 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12006-11-19 Andreas Schwab <schwab@gnu.org>
2
3 * xfaces.c (Fdisplay_supports_face_attributes_p): Initialize
4 supports.
5
6 * xmenu.c (Fx_popup_menu): Initialize selection.
7
12006-11-18 Andreas Schwab <schwab@suse.de> 82006-11-18 Andreas Schwab <schwab@suse.de>
2 9
3 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Update call to 10 * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Update call to
diff --git a/src/xfaces.c b/src/xfaces.c
index c408a7d3685..bd08871f278 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -6178,7 +6178,7 @@ face for italic. */)
6178 (attributes, display) 6178 (attributes, display)
6179 Lisp_Object attributes, display; 6179 Lisp_Object attributes, display;
6180{ 6180{
6181 int supports, i; 6181 int supports = 0, i;
6182 Lisp_Object frame; 6182 Lisp_Object frame;
6183 struct frame *f; 6183 struct frame *f;
6184 struct face *def_face; 6184 struct face *def_face;