summaryrefslogtreecommitdiff
path: root/lisp/epa.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2008-02-10 21:59:27 +0000
committerMichael Olson <mwolson@gnu.org>2008-02-10 21:59:27 +0000
commitfa7a2dae25f40bc2f1a042abee37c3db18c4d893 (patch)
tree9a8378356e925e3c5fbf0d491ae0fb5b7b65652a /lisp/epa.el
parent49e540c708a020ea45f047425171dfbc5882604c (diff)
downloademacs-fa7a2dae25f40bc2f1a042abee37c3db18c4d893.tar.gz
EasyPG: Rename epa-mail-minor-mode to epa-global-mail-mode.
Diffstat (limited to 'lisp/epa.el')
-rw-r--r--lisp/epa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epa.el b/lisp/epa.el
index 5d40a6345a0..16c418b362b 100644
--- a/lisp/epa.el
+++ b/lisp/epa.el
@@ -47,7 +47,7 @@ the separate window."
(defcustom epa-global-minor-modes '(epa-dired-mode
epa-file-mode
- epa-mail-minor-mode
+ epa-global-mail-mode
epa-menu-mode)
"Globally defined minor modes to hook into other modes."
:type '(repeat symbol)