projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2279ec2
)
(insert-file-contents-as-binary): Use 'set-buffer-multibyte.
author
morioka
<morioka>
Fri, 17 Apr 1998 00:50:05 +0000
(
00:50
+0000)
committer
morioka
<morioka>
Fri, 17 Apr 1998 00:50:05 +0000
(
00:50
+0000)
emu-e20.el
patch
|
blob
|
history
diff --git
a/emu-e20.el
b/emu-e20.el
index
3e5b584
..
2e273b4
100644
(file)
--- a/
emu-e20.el
+++ b/
emu-e20.el
@@
-88,7
+88,7
@@
code conversion will not take place."
(coding-system-for-read 'binary)
format-alist)
(insert-file-contents filename visit beg end replace)
- (setq enable-multibyte-characters flag)
+ (set-buffer-multibyte flag)
))
(defalias 'insert-binary-file-contents 'insert-file-contents-as-binary)