diff lisp/coding.el @ 4227:dd9c1d5f5319

[xemacs-hg @ 2007-10-15 10:53:33 by aidan] Use raw-text, not no-conversion for iso-8859-1 on non-Mule.
author aidan
date Mon, 15 Oct 2007 10:53:34 +0000
parents 38ef5a6da799
children e34711681f30 68d1ca56cffa
line wrap: on
line diff
--- a/lisp/coding.el	Mon Oct 15 09:55:50 2007 +0000
+++ b/lisp/coding.el	Mon Oct 15 10:53:34 2007 +0000
@@ -266,11 +266,11 @@
 (when (not (featurep 'mule))
   (define-coding-system-alias 'escape-quoted 'binary)
   ;; these are so that gnus and friends work when not mule
-  (define-coding-system-alias 'iso-8859-1 'no-conversion)
+  (define-coding-system-alias 'iso-8859-1 'raw-text)
   ;; We're misrepresenting ourselves to the gnus code by saying we support
   ;; both.
-  ; (define-coding-system-alias 'iso-8859-2 'no-conversion)
-  (define-coding-system-alias 'ctext 'binary))
+  ; (define-coding-system-alias 'iso-8859-2 'raw-text)
+  (define-coding-system-alias 'ctext 'raw-text))
 
 (make-compatible-variable 'enable-multibyte-characters "Unimplemented")