projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf647aa
)
(Fdefine_char): Refer `=ucs' as same as `ucs'.
author
tomo
<tomo>
Sun, 9 Mar 2003 16:37:13 +0000
(16:37 +0000)
committer
tomo
<tomo>
Sun, 9 Mar 2003 16:37:13 +0000
(16:37 +0000)
src/chartab.c
patch
|
blob
|
history
diff --git
a/src/chartab.c
b/src/chartab.c
index
0e33354
..
340530e
100644
(file)
--- a/
src/chartab.c
+++ b/
src/chartab.c
@@
-3648,10
+3648,12
@@
Store character's ATTRIBUTES.
(attributes))
{
Lisp_Object rest = attributes;
- Lisp_Object code = Fcdr (Fassq (Qucs, attributes));
+ Lisp_Object code = Fcdr (Fassq (Qmap_ucs, attributes));
Lisp_Object character;
if (NILP (code))
+ code = Fcdr (Fassq (Qucs, attributes));
+ if (NILP (code))
{
while (CONSP (rest))
{