emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/autocrypt 354b339cfe 16/94: fixed or removed (require '


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 354b339cfe 16/94: fixed or removed (require 'autocrypt) statements
Date: Sun, 26 Mar 2023 07:57:57 -0400 (EDT)

branch: externals/autocrypt
commit 354b339cfeb074d4c1ec99be4b781123e1633e29
Author: Philip K <philip@warpmail.net>
Commit: Philip K <philip@warpmail.net>

    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

[Prev in Thread] Current Thread [Next in Thread]