X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/40ab7974b58fe90e6aa1087453b213e28a89a51d..765d43190e16d6093aa794743b9f92f40566bb15:/lisp/gnus/nnweb.el diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el index b6b0ddd41a..fcb8e93a05 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el @@ -525,7 +525,7 @@ Valid types include `google', `dejanews', and `gmane'.") ;;("TOPDOC" . "1000") )))) (setq buffer-file-name nil) - (set-buffer-multibyte t) + (unless (featurep 'xemacs) (set-buffer-multibyte t)) (mm-decode-coding-region (point-min) (point-max) 'utf-8) t)