Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
434b9cc5
Commit
434b9cc5
authored
Jul 18, 2000
by
Gerd Moellmann
Browse files
(face-alternative-font-family-alist): Remove
DEFVAR_LISP; staticpro instead.
parent
7cea38bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/xfaces.c
src/xfaces.c
+3
-4
No files found.
src/xfaces.c
View file @
434b9cc5
...
...
@@ -6737,6 +6737,9 @@ syms_of_xfaces ()
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 @@ instead of shades of gray for a face background color.\n\
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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment