diff lisp/gnus/gnus-ems.el @ 93725:2ca2b5f1a567

(gnus-x-splash): Avoid binding default-enable-multibyte-characters.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 05 Apr 2008 20:08:27 +0000
parents 107ccd98fa12
children 851c4b94b564
line wrap: on
line diff
--- a/lisp/gnus/gnus-ems.el	Sat Apr 05 20:07:27 2008 +0000
+++ b/lisp/gnus/gnus-ems.el	Sat Apr 05 20:08:27 2008 +0000
@@ -179,9 +179,9 @@
     (sit-for 0) ;; Necessary for measuring the window size correctly.
     (when (and file
 	       (ignore-errors
-		(let ((coding-system-for-read 'raw-text)
-		      default-enable-multibyte-characters)
+		(let ((coding-system-for-read 'raw-text))
 		  (with-temp-buffer
+                    (mm-disable-multibyte)
 		    (insert-file-contents file)
 		    (goto-char (point-min))
 		    (setq pixmap (read (current-buffer)))))))