(Fencode_char): Reverse arguments.
authortomo <tomo>
Wed, 26 Dec 2001 18:39:49 +0000 (18:39 +0000)
committertomo <tomo>
Wed, 26 Dec 2001 18:39:49 +0000 (18:39 +0000)
src/mule-charset.c

index db53d93..ba10a79 100644 (file)
@@ -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;