diff lisp/w3/mule-sysdp.el @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 441bb1e64a06
children cca96a509cfe
line wrap: on
line diff
--- a/lisp/w3/mule-sysdp.el	Mon Aug 13 09:18:41 2007 +0200
+++ b/lisp/w3/mule-sysdp.el	Mon Aug 13 09:19:45 2007 +0200
@@ -77,7 +77,7 @@
      (if (and (listp code) (not (car code)))
 	 (setq code 'autodetect))
      (decode-coding-region (point-min) (point-max) code)
-     (set-file-coding-system code))
+     (set-buffer-file-coding-system code))
     (otherwise
      nil)))