From 973cbcae1722768ea6b2407583204b185483d7d0 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 24 Mar 2007 09:37:51 +0000 Subject: [PATCH] Fixed. --- epa.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epa.el b/epa.el index ed33574..2e5811e 100644 --- a/epa.el +++ b/epa.el @@ -406,7 +406,7 @@ If ARG is non-nil, mark the current line." (list nil))) (epa--list-keys name t)) -(defun epa--revert-buffer () +(defun epa--revert-buffer (&optional ignore-auto noconfirm) (apply #'epa--list-keys epa-list-keys-arguments)) (defun epa--marked-keys () -- 1.7.10.4