branch: externals/autocrypt
commit a06cd2685b50e968780cfaa07b6c54e11d521368
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>

    Remove unwanted autoload cookies
---
 autocrypt-mu4e.el  | 1 -
 autocrypt-rmail.el | 1 -
 2 files changed, 2 deletions(-)

diff --git a/autocrypt-mu4e.el b/autocrypt-mu4e.el
index 1ba88d5e23..71141debdb 100644
--- a/autocrypt-mu4e.el
+++ b/autocrypt-mu4e.el
@@ -57,7 +57,6 @@
   "Load this module."
   (require 'autocrypt-mu4e))
 
-;;;###autoload
 (cl-defmethod autocrypt-install ((_mode (derived-mode mu4e-view-mode)))
   "Install autocrypt hooks for mu4e."
   (autocrypt-install 'mu4e-main-mode))
diff --git a/autocrypt-rmail.el b/autocrypt-rmail.el
index 0a2a7f8f32..16c8e1a36e 100644
--- a/autocrypt-rmail.el
+++ b/autocrypt-rmail.el
@@ -30,7 +30,6 @@
   "Load this module."
   (require 'autocrypt-rmail))
 
-;;;###autoload
 (cl-defmethod autocrypt-mode-hooks ((_mode (eql rmail-mode)))
   "Return the hook to install autocrypt."
   (require 'autocrypt-mu4e)

Reply via email to