diff options
author | Michael Olson <mwolson@gnu.org> | 2008-02-10 21:59:27 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2008-02-10 21:59:27 +0000 |
commit | fa7a2dae25f40bc2f1a042abee37c3db18c4d893 (patch) | |
tree | 9a8378356e925e3c5fbf0d491ae0fb5b7b65652a /lisp/epa.el | |
parent | 49e540c708a020ea45f047425171dfbc5882604c (diff) | |
download | emacs-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.el | 2 |
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) |