From: ueno Date: Tue, 30 Jan 2007 05:42:05 +0000 (+0000) Subject: Fixed. X-Git-Tag: plaintext-branchpoint~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=332a8eb58f0f53054bb2b00c4ccba8e2f5a3b1b6;p=elisp%2Fepg.git Fixed. --- diff --git a/epg.el b/epg.el index 55e8d08..79a03c6 100644 --- a/epg.el +++ b/epg.el @@ -1092,6 +1092,8 @@ This function is for internal use only." epg-gpg-program) (mapconcat #'identity args " "))))) (with-current-buffer buffer + (make-local-variable 'epg-last-status) + (setq epg-last-status nil) (make-local-variable 'epg-read-point) (setq epg-read-point (point-min)) (make-local-variable 'epg-process-filter-running) @@ -1101,9 +1103,7 @@ This function is for internal use only." (make-local-variable 'epg-key-id) (setq epg-key-id nil) (make-local-variable 'epg-context) - (setq epg-context context) - (make-local-variable 'epg-last-status) - (setq epg-last-status nil)) + (setq epg-context context)) (unwind-protect (progn (set-default-file-modes 448)