From f42789e38ce8312df25a6a744448a63a9454e0a8 Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 31 Dec 2006 02:45:23 +0000 Subject: [PATCH] Added missing (interactive). --- epa.el | 1 + 1 file changed, 1 insertion(+) diff --git a/epa.el b/epa.el index f999ace..ca47d02 100644 --- a/epa.el +++ b/epa.el @@ -849,6 +849,7 @@ Don't use this command in Lisp programs!" "Verify OpenPGP cleartext signed messages in the current buffer. Don't use this command in Lisp programs!" + (interactive) (epa-verify-cleartext-in-region (point-min) (point-max))) ;;;###autoload -- 1.7.10.4