projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10979c7
)
* font.c (font_parse_fcname): For known key symbols, intern using
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 17 Jun 2008 16:03:29 +0000
(16:03 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 17 Jun 2008 16:03:29 +0000
(16:03 +0000)
correct symbol name.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 93002fd0341ab2fd7004c721ce46961cce1262b2..2e002b65d73be2593966a088d920694ae1288008 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-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>