branch: externals/autocrypt
commit cc694e541bb21676259a2f9f30885d0d0accd123
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
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."