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:
e02f1ae
)
Fixed.
author
ueno
<ueno>
Mon, 26 Mar 2007 08:26:04 +0000
(08:26 +0000)
committer
ueno
<ueno>
Mon, 26 Mar 2007 08:26:04 +0000
(08:26 +0000)
epa.el
patch
|
blob
|
history
diff --git
a/epa.el
b/epa.el
index
98c75be
..
569eb03
100644
(file)
--- a/
epa.el
+++ b/
epa.el
@@
-458,7
+458,7
@@
If SECRET is non-nil, list secret keys instead of public keys."
"Click here or \\[exit-recursive-edit] to finish")
"OK")
(insert "\n\n")
- (epa--insert-keys (epg-list-keys context name mode))
+ (epa--insert-keys (epg-list-keys context name secret))
(widget-setup)
(set-keymap-parent (current-local-map) widget-keymap)
(setq epa-exit-buffer-function #'abort-recursive-edit)