Reverted
authorueno <ueno>
Wed, 26 Apr 2006 09:02:44 +0000 (09:02 +0000)
committerueno <ueno>
Wed, 26 Apr 2006 09:02:44 +0000 (09:02 +0000)
epa.el

diff --git a/epa.el b/epa.el
index 18242b3..3a2c3ae 100644 (file)
--- a/epa.el
+++ b/epa.el
                                (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))))