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:
862ad9e
)
Reverted
author
ueno
<ueno>
Wed, 26 Apr 2006 09:02:44 +0000
(09:02 +0000)
committer
ueno
<ueno>
Wed, 26 Apr 2006 09:02:44 +0000
(09:02 +0000)
epa.el
patch
|
blob
|
history
diff --git
a/epa.el
b/epa.el
index
18242b3
..
3a2c3ae
100644
(file)
--- a/
epa.el
+++ b/
epa.el
@@
-254,9
+254,7
@@
(if epa-list-keys-arguments
(car epa-list-keys-arguments)))))
(list (if (equal name "") nil name)
- (or (y-or-n-p "Secret keys? ")
- (if (y-or-n-p "Key signatures? ")
- 'signatures))
+ (y-or-n-p "Secret keys? ")
(intern (completing-read "Protocol? "
'(("OpenPGP") ("CMS"))
nil t))))