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:
bccbcb7
)
Fixed.
author
ueno
<ueno>
Sun, 31 Dec 2006 12:24:42 +0000
(12:24 +0000)
committer
ueno
<ueno>
Sun, 31 Dec 2006 12:24:42 +0000
(12:24 +0000)
epa.el
patch
|
blob
|
history
diff --git
a/epa.el
b/epa.el
index
f52284a
..
f0639c2
100644
(file)
--- a/
epa.el
+++ b/
epa.el
@@
-812,6
+812,7
@@
Don't use this command in Lisp programs!"
(if (re-search-forward "^Charset: \\(.*\\)" armor-end t)
(epa--find-coding-system-for-mime-charset
(intern (downcase (match-string 1))))))))
+ (goto-char armor-end)
(epa-decrypt-region armor-start armor-end)))))))
;;;###autoload