From 2517676867ff551fd4ac8bd80a7163d3181b338e Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 19 Dec 2006 09:08:54 +0000 Subject: [PATCH] Consider to use epa-protocol even if prefix-arg is not specified. --- epa.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epa.el b/epa.el index 2e1206b..1dc4eda 100644 --- a/epa.el +++ b/epa.el @@ -341,7 +341,7 @@ If ARG is non-nil, mark the current line." (format "Protocol? (default %S) " epa-protocol) '(("OpenPGP") ("CMS")) nil t nil nil (symbol-name epa-protocol))))) - (or epa-list-keys-arguments (list nil nil nil)))) + (or epa-list-keys-arguments (list nil nil epa-protocol)))) (unless (and epa-keys-buffer (buffer-live-p epa-keys-buffer)) (setq epa-keys-buffer (generate-new-buffer "*Keys*"))) -- 1.7.10.4