From 8faa2e7311298e02b65d14532510c98cc6ec0920 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 12 Dec 2001 05:15:20 +0000 Subject: [PATCH] Fixed (no need to use `set-buffer-multibyte' twice in the demo buffer). --- wl/wl-demo.el | 1 - 1 file changed, 1 deletion(-) 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) -- 1.7.10.4