~pkal/autocrypt

39c06eb4020c38de8f282340449691210cc23bb8 — Philip K 2 years ago f55388c
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))