diff lisp/coding.el @ 261:405dd6d1825b r20-5b29

Import from CVS: tag r20-5b29
author cvs
date Mon, 13 Aug 2007 10:23:51 +0200
parents 11cf20601dec
children 4711e16a8e49
line wrap: on
line diff
--- a/lisp/coding.el	Mon Aug 13 10:23:05 2007 +0200
+++ b/lisp/coding.el	Mon Aug 13 10:23:51 2007 +0200
@@ -195,6 +195,12 @@
  "Automatic conversion."
  '(mnemonic "Auto"))
 
+;; these are so that gnus and friends work when not mule
+(or (featurep 'mule)
+    (progn
+      (copy-coding-system 'undecided 'iso-8859-1)
+      (copy-coding-system 'undecided 'iso-8859-2)))
+
 ;; compatibility for old XEmacsen (don't use it)
 (copy-coding-system 'undecided 'automatic-conversion)