Mercurial > emacs
diff src/coding.c @ 89739:293c9235be3f
(Fdefine_coding_system_internal): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 25 Jan 2004 07:44:22 +0000 |
parents | 8acde12aba89 |
children | 78c1fd14ed42 |
line wrap: on
line diff
--- a/src/coding.c Sun Jan 25 07:43:18 2004 +0000 +++ b/src/coding.c Sun Jan 25 07:44:22 2004 +0000 @@ -409,7 +409,6 @@ Lisp_Object Vsjis_coding_system; Lisp_Object Vbig5_coding_system; - static void record_conversion_result (struct coding_system *coding, enum coding_result_code result); static int detect_coding_utf_8 P_ ((struct coding_system *, @@ -7469,7 +7468,6 @@ } - Lisp_Object code_convert_region (start, end, coding_system, dst_object, encodep, norecord) Lisp_Object start, end, coding_system, dst_object; @@ -8451,7 +8449,7 @@ struct charset *charset; if (XINT (Flength (charset_list)) != 3 - || XINT (Flength (charset_list)) != 4) + && XINT (Flength (charset_list)) != 4) error ("There should be three or four charsets"); charset = CHARSET_FROM_ID (XINT (XCAR (charset_list)));