aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/font.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/font.c b/src/font.c
index 5ad6d0bf8f0..f5a9e3e70e2 100644
--- a/src/font.c
+++ b/src/font.c
@@ -439,8 +439,7 @@ find_font_encoding (fontname)
439 : CONSP (XCDR (elt)) && CHARSETP (XCAR (XCDR (elt))))) 439 : CONSP (XCDR (elt)) && CHARSETP (XCAR (XCDR (elt)))))
440 return (XCDR (elt)); 440 return (XCDR (elt));
441 } 441 }
442 /* We don't know the encoding of this font. Let's assume `ascii'. */ 442 return Qnil;
443 return Qascii;
444} 443}
445 444
446/* Return encoding charset and repertory charset for REGISTRY in 445/* Return encoding charset and repertory charset for REGISTRY in