From: ueno Date: Tue, 30 Jan 2007 05:41:43 +0000 (+0000) Subject: Make epg-last-status buffer local. X-Git-Tag: plaintext-branchpoint~23 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=007df86d88f0bee3758a449b560b5dc049aa7a5b;p=elisp%2Fepg.git Make epg-last-status buffer local. --- diff --git a/epg.el b/epg.el index 89a78b8..55e8d08 100644 --- a/epg.el +++ b/epg.el @@ -1101,7 +1101,9 @@ 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)) + (setq epg-context context) + (make-local-variable 'epg-last-status) + (setq epg-last-status nil)) (unwind-protect (progn (set-default-file-modes 448)