Fixed.
authorueno <ueno>
Fri, 23 Mar 2007 14:19:33 +0000 (14:19 +0000)
committerueno <ueno>
Fri, 23 Mar 2007 14:19:33 +0000 (14:19 +0000)
epa.el

diff --git a/epa.el b/epa.el
index bc9cf4f..0967286 100644 (file)
--- a/epa.el
+++ b/epa.el
@@ -376,7 +376,7 @@ If ARG is non-nil, mark the current line."
     (widget-setup)
     (set-keymap-parent (current-local-map) widget-keymap))
   (make-local-variable 'epa-list-keys-arguments)
-  (setq epa-list-keys-arguments (list name mode))
+  (setq epa-list-keys-arguments (list name secret))
   (goto-char (point-min))
   (pop-to-buffer (current-buffer)))