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:
9d16959
)
Fixed.
author
ueno
<ueno>
Mon, 17 Apr 2006 04:16:36 +0000
(
04:16
+0000)
committer
ueno
<ueno>
Mon, 17 Apr 2006 04:16:36 +0000
(
04:16
+0000)
epa-file.el
patch
|
blob
|
history
diff --git
a/epa-file.el
b/epa-file.el
index
a45cf46
..
093c66e
100644
(file)
--- a/
epa-file.el
+++ b/
epa-file.el
@@
-50,7
+50,8
@@
(expand-file-name (buffer-file-name))
nil))
(delete-region (point) (point-max))
- (decode-coding-region (point-min) (point-max) 'undecided))
+ (decode-coding-region (point-min) (point-max) 'undecided)
+ (set-buffer-modified-p nil))
(make-local-variable 'epa-file)
(setq epa-file (buffer-file-name))))