emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/epa-mail.el,v


From: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/lisp/epa-mail.el,v
Date: Sun, 10 Feb 2008 21:59:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      08/02/10 21:59:28

Index: epa-mail.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/epa-mail.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- epa-mail.el 10 Feb 2008 20:57:47 -0000      1.3
+++ epa-mail.el 10 Feb 2008 21:59:27 -0000      1.4
@@ -175,11 +175,11 @@
   (epa-import-armor-in-region (point-min) (point-max)))
 
 ;;;###autoload
-(define-minor-mode epa-mail-minor-mode
+(define-minor-mode epa-global-mail-mode
   "Minor mode to hook EasyPG into Mail mode."
   :global t :init-value nil :group 'epa-mail :version "23.1"
   (remove-hook 'mail-mode-hook 'epa-mail-mode)
-  (if epa-mail-minor-mode
+  (if epa-global-mail-mode
       (add-hook 'mail-mode-hook 'epa-mail-mode)))
 
 (provide 'epa-mail)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]