From: yamaoka Date: Wed, 12 Dec 2001 05:15:20 +0000 (+0000) Subject: Fixed (no need to use `set-buffer-multibyte' twice in the demo buffer). X-Git-Tag: wl-2_8-root~26 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8faa2e7311298e02b65d14532510c98cc6ec0920;p=elisp%2Fwanderlust.git Fixed (no need to use `set-buffer-multibyte' twice in the demo buffer). --- diff --git a/wl/wl-demo.el b/wl/wl-demo.el index 2db1cb1..fc4bec4 100644 --- a/wl/wl-demo.el +++ b/wl/wl-demo.el @@ -204,7 +204,6 @@ Return a number of lines that an image occupies in the buffer." ;; Decode bitmap data line by line. (let ((coding-system-for-read 'raw-text)) (insert-file-contents file)) - (set-buffer-multibyte t) (while (not (eobp)) (decode-coding-region (point) (line-end-position) 'iso-2022-7bit)