Mercurial > hg > xemacs-beta
comparison src/mule-coding.c @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | e45d5e7c476e |
children | 78f53ef88e17 |
comparison
equal
deleted
inserted
replaced
208:f427b8ec4379 | 209:41ff10fd062f |
---|---|
958 } | 958 } |
959 | 959 |
960 return Qnil; /* not reached */ | 960 return Qnil; /* not reached */ |
961 } | 961 } |
962 | 962 |
963 Lisp_Object coding_system_charset (coding_system, gnum) | 963 Lisp_Object coding_system_charset (Lisp_Object coding_system, int gnum) |
964 { | 964 { |
965 Lisp_Object cs | 965 Lisp_Object cs |
966 = XCODING_SYSTEM_ISO2022_INITIAL_CHARSET (coding_system, gnum); | 966 = XCODING_SYSTEM_ISO2022_INITIAL_CHARSET (coding_system, gnum); |
967 | 967 |
968 if (CHARSETP(cs)){ | 968 if (CHARSETP(cs)){ |