]> git.eshelyaron.com Git - emacs.git/commitdiff
* font.c (font_parse_fcname): For known key symbols, intern using
authorChong Yidong <cyd@stupidchicken.com>
Tue, 17 Jun 2008 16:03:29 +0000 (16:03 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 17 Jun 2008 16:03:29 +0000 (16:03 +0000)
correct symbol name.

src/ChangeLog

index 93002fd0341ab2fd7004c721ce46961cce1262b2..2e002b65d73be2593966a088d920694ae1288008 100644 (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>