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:
4d4620d
)
Fixed.
author
ueno
<ueno>
Sun, 31 Dec 2006 11:54:34 +0000
(11:54 +0000)
committer
ueno
<ueno>
Sun, 31 Dec 2006 11:54:34 +0000
(11:54 +0000)
epa.el
patch
|
blob
|
history
diff --git
a/epa.el
b/epa.el
index
a3104c7
..
81a3de3
100644
(file)
--- a/
epa.el
+++ b/
epa.el
@@
-1083,7
+1083,7
@@
If no one is selected, symmetric encryption will be performed. "
(epg-make-context epa-protocol)
(concat "<" recipient ">")))
recipients)))))
- (setq sign (if current-prefix-arg (y-or-n-p "Sign? ")))
+ (setq sign (if verbose (y-or-n-p "Sign? ")))
(if sign
(epa-select-keys context
"Select keys for signing. "))))))