Mercurial > hg > xemacs-beta
comparison lisp/mule/mule-coding.el @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 8619ce7e4c50 |
children | 5a88923fcbfe |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
165 | 165 |
166 | 166 |
167 ;;;; Definitions of predefined coding systems | 167 ;;;; Definitions of predefined coding systems |
168 | 168 |
169 (make-coding-system | 169 (make-coding-system |
170 'autodetect 'autodetect | 170 'automatic-conversion 'automatic-conversion |
171 "Automatic conversion." | 171 "Automatic conversion." |
172 '(mnemonic "Auto")) | 172 '(mnemonic "Auto")) |
173 | 173 |
174 (make-coding-system | 174 (make-coding-system |
175 'ctext 'iso2022 | 175 'ctext 'iso2022 |