Fixed (no need to use `set-buffer-multibyte' twice in the demo buffer).
authoryamaoka <yamaoka>
Wed, 12 Dec 2001 05:15:20 +0000 (05:15 +0000)
committeryamaoka <yamaoka>
Wed, 12 Dec 2001 05:15:20 +0000 (05:15 +0000)
wl/wl-demo.el

index 2db1cb1..fc4bec4 100644 (file)
@@ -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)