mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
(Ffont_spec): Don't use font_parse_family_registry for
family name.
This commit is contained in:
parent
f68cfe84eb
commit
2ecee2d034
1 changed files with 0 additions and 5 deletions
|
|
@ -3435,11 +3435,6 @@ usage: (font-spec ARGS ...) */)
|
|||
font_parse_name ((char *) SDATA (val), spec);
|
||||
font_put_extra (spec, key, val);
|
||||
}
|
||||
else if (EQ (key, QCfamily))
|
||||
{
|
||||
CHECK_STRING (val);
|
||||
font_parse_family_registry (val, Qnil, spec);
|
||||
}
|
||||
else
|
||||
{
|
||||
int idx = get_font_prop_index (key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue