diff lisp/w3/mule-sysdp.el @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents fe104dbd9147
children 1370575f1259
line wrap: on
line diff
--- a/lisp/w3/mule-sysdp.el	Mon Aug 13 09:24:19 2007 +0200
+++ b/lisp/w3/mule-sysdp.el	Mon Aug 13 09:25:29 2007 +0200
@@ -75,7 +75,7 @@
        (set-buffer-file-coding-system code)))
     (xemacs
      (if (and (listp code) (not (car code)))
-	 (setq code 'autodetect))
+	 (setq code 'automatic-conversion))
      (decode-coding-region (point-min) (point-max) code)
      (set-buffer-file-coding-system code))
     (otherwise