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:
e413209
)
(Fdefine_char): Fix problem with non-UCS character.
author
tomo
<tomo>
Tue, 9 Nov 1999 16:34:24 +0000
(16:34 +0000)
committer
tomo
<tomo>
Tue, 9 Nov 1999 16:34:24 +0000
(16:34 +0000)
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
3643403
..
324a610
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-522,7
+522,7
@@
Store character's ATTRIBUTES.
continue;
}
character = make_char (code);
- break;
+ goto setup_attributes;
}
rest = Fcdr (rest);
}
@@
-533,6
+533,7
@@
Store character's ATTRIBUTES.
else
character = make_char (XINT (code));
+ setup_attributes:
rest = attributes;
while (CONSP (rest))
{