Mercurial > hg > xemacs-beta
diff lisp/w3/mule-sysdp.el @ 165:5a88923fcbfe r20-3b9
Import from CVS: tag r20-3b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:44:42 +0200 |
parents | 318232e2a3f0 |
children |
line wrap: on
line diff
--- a/lisp/w3/mule-sysdp.el Mon Aug 13 09:43:39 2007 +0200 +++ b/lisp/w3/mule-sysdp.el Mon Aug 13 09:44:42 2007 +0200 @@ -41,7 +41,7 @@ (2.3 *noconv*) (2.4 'no-conversion) (3.0 'no-conversion) - (xemacs 'binary) + (xemacs 'no-conversion) (otherwise nil)) "Coding system that means no coding system should be used.") @@ -81,7 +81,7 @@ (get-coding-system 'autodetect) (error (setq code 'automatic-conversion))))) (decode-coding-region (point-min) (point-max) code) - (set-buffer-file-coding-system code)) + (set-file-coding-system code)) (otherwise nil)))