aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-18 19:03:13 +0000
committerGerd Moellmann2000-07-18 19:03:13 +0000
commit434b9cc52c5f01ebff4f6e1c02eb731f257bcaa7 (patch)
tree4c58537c22c79c73a6e57d0084869eda7aa506f1 /src
parent7cea38bcc881d454fd99094df4458af6d80f492f (diff)
downloademacs-434b9cc52c5f01ebff4f6e1c02eb731f257bcaa7.tar.gz
emacs-434b9cc52c5f01ebff4f6e1c02eb731f257bcaa7.zip
(face-alternative-font-family-alist): Remove
DEFVAR_LISP; staticpro instead.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 136b0376fe1..2e9cb8da4d0 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -6737,6 +6737,9 @@ syms_of_xfaces ()
6737 Qtty_color_by_index = intern ("tty-color-by-index"); 6737 Qtty_color_by_index = intern ("tty-color-by-index");
6738 staticpro (&Qtty_color_by_index); 6738 staticpro (&Qtty_color_by_index);
6739 6739
6740 Vface_alternative_font_family_alist = Qnil;
6741 staticpro (&Vface_alternative_font_family_alist);
6742
6740 defsubr (&Sinternal_make_lisp_face); 6743 defsubr (&Sinternal_make_lisp_face);
6741 defsubr (&Sinternal_lisp_face_p); 6744 defsubr (&Sinternal_lisp_face_p);
6742 defsubr (&Sinternal_set_lisp_face_attribute); 6745 defsubr (&Sinternal_set_lisp_face_attribute);
@@ -6783,10 +6786,6 @@ instead of shades of gray for a face background color.\n\
6783See `set-face-stipple' for possible values for this variable."); 6786See `set-face-stipple' for possible values for this variable.");
6784 Vface_default_stipple = build_string ("gray3"); 6787 Vface_default_stipple = build_string ("gray3");
6785 6788
6786 DEFVAR_LISP ("face-alternative-font-family-alist",
6787 &Vface_alternative_font_family_alist, "");
6788 Vface_alternative_font_family_alist = Qnil;
6789
6790#if SCALABLE_FONTS 6789#if SCALABLE_FONTS
6791 6790
6792 DEFVAR_LISP ("scalable-fonts-allowed", &Vscalable_fonts_allowed, 6791 DEFVAR_LISP ("scalable-fonts-allowed", &Vscalable_fonts_allowed,