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:
f54cd3b
)
Make epg-last-status buffer local.
author
ueno
<ueno>
Tue, 30 Jan 2007 05:41:43 +0000
(
05:41
+0000)
committer
ueno
<ueno>
Tue, 30 Jan 2007 05:41:43 +0000
(
05:41
+0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
89a78b8
..
55e8d08
100644
(file)
--- 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)