Added missing (interactive).
authorueno <ueno>
Sun, 31 Dec 2006 02:45:23 +0000 (02:45 +0000)
committerueno <ueno>
Sun, 31 Dec 2006 02:45:23 +0000 (02:45 +0000)
epa.el

diff --git a/epa.el b/epa.el
index f999ace..ca47d02 100644 (file)
--- 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