projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2123b96
)
Added missing (interactive).
author
ueno
<ueno>
Sun, 31 Dec 2006 02:45:23 +0000
(
02:45
+0000)
committer
ueno
<ueno>
Sun, 31 Dec 2006 02:45:23 +0000
(
02:45
+0000)
epa.el
patch
|
blob
|
history
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