From: ueno Date: Sun, 31 Dec 2006 02:45:23 +0000 (+0000) Subject: Added missing (interactive). X-Git-Tag: epg-0_0_10~51 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f42789e38ce8312df25a6a744448a63a9454e0a8;p=elisp%2Fepg.git Added missing (interactive). --- 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