Rename autocrypt-load for Rmail
1 files changed, 1 insertions(+), 1 deletions(-) M autocrypt-rmail.el
M autocrypt-rmail.el => autocrypt-rmail.el +1 -1
@@ 28,7 28,7 @@ ;;; exact mode. ;;;###autoload -(cl-defmethod autocrypt-load ((_mode (eql rmail-mode))) +(cl-defmethod autocrypt-load-system ((_mode (eql rmail-mode))) "Load this module." (require 'autocrypt-rmail))