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

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

[elpa] externals/autocrypt cc694e541b 35/94: Let autocrypt-mode-hooks re


From: ELPA Syncer
Subject: [elpa] externals/autocrypt cc694e541b 35/94: Let autocrypt-mode-hooks return nil by default
Date: Sun, 26 Mar 2023 07:57:58 -0400 (EDT)

branch: externals/autocrypt
commit cc694e541bb21676259a2f9f30885d0d0accd123
Author: Philip K <philipk@posteo.net>
Commit: Philip K <philipk@posteo.net>

    Let autocrypt-mode-hooks return nil by default
---
 autocrypt.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/autocrypt.el b/autocrypt.el
index 866781fd28..76d455378c 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -103,7 +103,8 @@ Every member of this list has to be an instance of the
 ;;; MUA TRANSLATION LAYER
 
 (cl-defgeneric autocrypt-mode-hooks (_mode)
-  "Return a list of hooks required to install autocrypt.")
+  "Return a list of hooks required to install autocrypt."
+  nil)
 
 (cl-defgeneric autocrypt-install (mode)
   "Install autocrypt for MODE."



reply via email to

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