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:
ce39a01
)
(Fencode_char): Reverse arguments.
author
tomo
<tomo>
Wed, 26 Dec 2001 18:39:49 +0000
(18:39 +0000)
committer
tomo
<tomo>
Wed, 26 Dec 2001 18:39:49 +0000
(18:39 +0000)
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
db53d93
..
ba10a79
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-2201,7
+2201,7
@@
N defaults to 0 if omitted.
DEFUN ("encode-char", Fencode_char, 2, 2, 0, /*
Return code-point of CHARACTER in specified CHARSET.
*/
- (charset, character))
+ (character, charset))
{
int code_point;