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

    Remove default implementation for autocrypt-mode-hooks
---
 autocrypt.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/autocrypt.el b/autocrypt.el
index d4f36afe15..9fcb3dd526 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -102,9 +102,9 @@ 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."
-  nil)
+
+(cl-defgeneric autocrypt-mode-hooks (mode)
+  "Return a list of hooks for MODE that process headers.")
 
 (cl-defgeneric autocrypt-install (mode)
   "Install autocrypt for MODE."

Reply via email to