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

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

[elpa] externals/autocrypt 7cd50d277d 39/94: Remove default implementati


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 7cd50d277d 39/94: Remove default implementation for autocrypt-mode-hooks
Date: Sun, 26 Mar 2023 07:57:59 -0400 (EDT)

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

    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

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