branch: externals/autocrypt
commit 39c06eb4020c38de8f282340449691210cc23bb8
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
Rename autocrypt-load for Rmail
---
autocrypt-rmail.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autocrypt-rmail.el b/autocrypt-rmail.el
index 67c54884eb..01b22744e6 100644
--- a/autocrypt-rmail.el
+++ b/autocrypt-rmail.el
@@ -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))