Fixed.
authorueno <ueno>
Sun, 31 Dec 2006 12:24:42 +0000 (12:24 +0000)
committerueno <ueno>
Sun, 31 Dec 2006 12:24:42 +0000 (12:24 +0000)
epa.el

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