projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a6a1c
)
(Fput_char_attribute): Use S-expression as key of external database.
author
tomo
<tomo>
Tue, 29 Jan 2002 17:32:11 +0000
(17:32 +0000)
committer
tomo
<tomo>
Tue, 29 Jan 2002 17:32:11 +0000
(17:32 +0000)
src/chartab.c
patch
|
blob
|
history
diff --git
a/src/chartab.c
b/src/chartab.c
index
5b396ab
..
44b3992
100644
(file)
--- a/
src/chartab.c
+++ b/
src/chartab.c
@@
-3087,7
+3087,7
@@
Store CHARACTER's ATTRIBUTE with VALUE.
db = Fopen_database (db_file, Qnil, Qnil, Qnil, Qnil);
if (!NILP (db))
{
- Fput_database (Fchar_to_string (character),
+ Fput_database (Fprin1_to_string (character, Qnil),
Fprin1_to_string (value, Qnil),
db, Qt);
/* put_char_id_table (XCHAR_TABLE(table), character, value); */