projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
929735c
)
set-buffer-multibyte.
author
ueno
<ueno>
Mon, 17 Apr 2006 04:15:40 +0000
(
04:15
+0000)
committer
ueno
<ueno>
Mon, 17 Apr 2006 04:15:40 +0000
(
04:15
+0000)
epa-file.el
patch
|
blob
|
history
diff --git
a/epa-file.el
b/epa-file.el
index
b9283df
..
a45cf46
100644
(file)
--- a/
epa-file.el
+++ b/
epa-file.el
@@
-44,6
+44,8
@@
(hack-local-variables)
(auto-save-mode nil))
(goto-char (point-min))
+ (if (fboundp 'set-buffer-multibyte)
+ (set-buffer-multibyte t))
(insert (epg-decrypt-file (epg-make-context)
(expand-file-name (buffer-file-name))
nil))