mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-24 21:41:48 -08:00
(find_font_encoding): Return Qnil for unsupported encoding.
This commit is contained in:
parent
fd47473c18
commit
182ba28cff
1 changed files with 1 additions and 2 deletions
|
|
@ -439,8 +439,7 @@ find_font_encoding (fontname)
|
|||
: CONSP (XCDR (elt)) && CHARSETP (XCAR (XCDR (elt)))))
|
||||
return (XCDR (elt));
|
||||
}
|
||||
/* We don't know the encoding of this font. Let's assume `ascii'. */
|
||||
return Qascii;
|
||||
return Qnil;
|
||||
}
|
||||
|
||||
/* Return encoding charset and repertory charset for REGISTRY in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue