[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."
- [elpa] externals/autocrypt 32786dc552 68/94: Prevent signalling error when get-part is not defined, (continued)
- [elpa] externals/autocrypt 32786dc552 68/94: Prevent signalling error when get-part is not defined, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 8fcf874d04 63/94: Add autocrypt-message--remove-header, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt b2c8d431f8 69/94: Fix assoc usage, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 00b87a82c4 75/94: Change maintainer address to public inbox, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 599d5f3f5d 78/94: Further improve robustness of autocrypt-process-header, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 5fae83ac05 80/94: Inline autocrypt-find-function, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt dd400cbbdf 82/94: Prefer mu4e-view-rendered-hook if bound, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 70f36f6e47 84/94: Run M-x repunctuate-sentences on README, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt d8e34fc3eb 88/94: Fold 'defalias' definitions for the MUA generic functions, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 0e237a29c4 30/94: Save autocrypt accounts in autocrypt file, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt cc694e541b 35/94: Let autocrypt-mode-hooks return nil by default,
ELPA Syncer <=
- [elpa] externals/autocrypt 7cd50d277d 39/94: Remove default implementation for autocrypt-mode-hooks, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 73764377c5 43/94: Fix autocrypt-message, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 82b9a9eaa2 44/94: Fix autocrypt-mu4e, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt c1ce4d7446 53/94: Use eql specializers instead of derived-mode specializers, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 5c7f4cfabf 58/94: Update headers, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 75a0b62adb 64/94: Rename autocrypt-message--encrypted-p, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt 1444f1861f 83/94: Remember to remove hook as modified in dd400cb, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt cf63019b3f 89/94: Add a 'get-part' implementation for Gnus, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a90aa6b644 94/94: Bump version to 0.4.1 for GNU ELPA, ELPA Syncer, 2023/03/26
- [elpa] externals/autocrypt a3e77512f1 04/94: added .dir-locals.el, ELPA Syncer, 2023/03/26