From: ueno Date: Fri, 23 Mar 2007 14:19:33 +0000 (+0000) Subject: Fixed. X-Git-Tag: epg-0_0_11~39 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f147d13f1c522651873bdbfacd0e720972a03d28;p=elisp%2Fepg.git Fixed. --- diff --git a/epa.el b/epa.el index bc9cf4f..0967286 100644 --- 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)))