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

    fixed or removed (require 'autocrypt) statements
---
 autocrypt-gnus.el    | 1 -
 autocrypt-message.el | 2 +-
 autocrypt-mu4e.el    | 1 -
 autocrypt-rmail.el   | 1 -
 4 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/autocrypt-gnus.el b/autocrypt-gnus.el
index 9fabd90786..6769800655 100644
--- a/autocrypt-gnus.el
+++ b/autocrypt-gnus.el
@@ -22,7 +22,6 @@
 
 ;;; Code:
 
-(require 'autocrypt)
 (require 'gnus)
 
 ;;;###autoload
diff --git a/autocrypt-message.el b/autocrypt-message.el
index d6c672ba7e..76e3177034 100644
--- a/autocrypt-message.el
+++ b/autocrypt-message.el
@@ -22,7 +22,7 @@
 
 ;;; Code:
 
-(require 'autocrypt)
+(require 'autocrypt "autocrypt")
 (require 'message)
 
 ;;;###autoload
diff --git a/autocrypt-mu4e.el b/autocrypt-mu4e.el
index ae1a07f2c8..dc2abaa88c 100644
--- a/autocrypt-mu4e.el
+++ b/autocrypt-mu4e.el
@@ -22,7 +22,6 @@
 
 ;;; Code:
 
-(require 'autocrypt)
 (require 'mu4e)
 
 ;;;###autoload
diff --git a/autocrypt-rmail.el b/autocrypt-rmail.el
index a65ba3ce48..12b87d55ab 100644
--- a/autocrypt-rmail.el
+++ b/autocrypt-rmail.el
@@ -22,7 +22,6 @@
 
 ;;; Code:
 
-(require 'autocrypt)
 (require 'rmail)
 
 ;;;###autoload

Reply via email to