projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de4288f
)
(mime-edit-set-encrypt): Fix typo.
author
ueno
<ueno>
Wed, 10 Nov 1999 17:06:43 +0000
(17:06 +0000)
committer
ueno
<ueno>
Wed, 10 Nov 1999 17:06:43 +0000
(17:06 +0000)
mime-edit.el
patch
|
blob
|
history
diff --git
a/mime-edit.el
b/mime-edit.el
index
3a777d3
..
2005b28
100644
(file)
--- a/
mime-edit.el
+++ b/
mime-edit.el
@@
-2432,7
+2432,7
@@
Optional TRANSFER-LEVEL is a number of transfer-level, 7 or 8."
))
(if arg
(progn
- (or (memq 'encrypt mime-edit-set-encrypt)
+ (or (memq 'encrypt mime-edit-pgp-processing)
(setq mime-edit-pgp-processing
(nconc mime-edit-pgp-processing
(copy-sequence '(encrypt)))))