Mercurial > emacs
changeset 30304:626d55ea66ef
(face-alternative-font-family-alist): Remove
DEFVAR_LISP; staticpro instead.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 18 Jul 2000 19:03:13 +0000 |
parents | da8fed569dc3 |
children | 84ff1994e9d1 |
files | src/xfaces.c |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Tue Jul 18 18:23:29 2000 +0000 +++ b/src/xfaces.c Tue Jul 18 19:03:13 2000 +0000 @@ -6737,6 +6737,9 @@ Qtty_color_by_index = intern ("tty-color-by-index"); staticpro (&Qtty_color_by_index); + Vface_alternative_font_family_alist = Qnil; + staticpro (&Vface_alternative_font_family_alist); + defsubr (&Sinternal_make_lisp_face); defsubr (&Sinternal_lisp_face_p); defsubr (&Sinternal_set_lisp_face_attribute); @@ -6783,10 +6786,6 @@ See `set-face-stipple' for possible values for this variable."); Vface_default_stipple = build_string ("gray3"); - DEFVAR_LISP ("face-alternative-font-family-alist", - &Vface_alternative_font_family_alist, ""); - Vface_alternative_font_family_alist = Qnil; - #if SCALABLE_FONTS DEFVAR_LISP ("scalable-fonts-allowed", &Vscalable_fonts_allowed,