Mercurial > hg > xemacs-beta
comparison src/mule-coding.c @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 83b3d10dcba9 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
20 Boston, MA 02111-1307, USA. */ | 20 Boston, MA 02111-1307, USA. */ |
21 | 21 |
22 /* Synched up with: Mule 2.3. Not in FSF. */ | 22 /* Synched up with: Mule 2.3. Not in FSF. */ |
23 | 23 |
24 /* Rewritten by Ben Wing <wing@666.com>. */ | 24 /* Rewritten by Ben Wing <wing@666.com>. */ |
25 | |
26 #if 0 /* while file-coding not split up */ | |
25 | 27 |
26 #include <config.h> | 28 #include <config.h> |
27 #include "lisp.h" | 29 #include "lisp.h" |
28 | 30 |
29 #include "buffer.h" | 31 #include "buffer.h" |
4809 | 4811 |
4810 /* Need this for bootstrapping */ | 4812 /* Need this for bootstrapping */ |
4811 coding_category_system[CODING_CATEGORY_NO_CONVERSION] = | 4813 coding_category_system[CODING_CATEGORY_NO_CONVERSION] = |
4812 Fget_coding_system (Qno_conversion); | 4814 Fget_coding_system (Qno_conversion); |
4813 } | 4815 } |
4816 | |
4817 #endif |