From: ueno Date: Sun, 31 Dec 2006 12:24:42 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_10~34 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=47911f771d766df79d802e07d4f1e0f3439ef5a4;p=elisp%2Fepg.git Fixed. --- diff --git a/epa.el b/epa.el index f52284a..f0639c2 100644 --- 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