* font.c (font_parse_fcname): For known key symbols, intern using

correct symbol name.
This commit is contained in:
Chong Yidong 2008-06-17 16:03:29 +00:00
parent 10979c7466
commit 1578da3196

View file

@ -1,7 +1,8 @@
2008-06-17 Chong Yidong <cyd@stupidchicken.com>
* font.c (font_parse_fcname): Store divider characters for
unknown-spec list.
unknown-spec list. For known key symbols, intern using correct
symbol name.
2008-06-17 Kenichi Handa <handa@m17n.org>