projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d96c4da
)
Fixed (no need to use `set-buffer-multibyte' twice in the demo buffer).
author
yamaoka
<yamaoka>
Wed, 12 Dec 2001 05:15:20 +0000
(
05:15
+0000)
committer
yamaoka
<yamaoka>
Wed, 12 Dec 2001 05:15:20 +0000
(
05:15
+0000)
wl/wl-demo.el
patch
|
blob
|
history
diff --git
a/wl/wl-demo.el
b/wl/wl-demo.el
index
2db1cb1
..
fc4bec4
100644
(file)
--- 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)