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

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

[elpa] externals/autocrypt 75a0b62adb 64/94: Rename autocrypt-message--e


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 75a0b62adb 64/94: Rename autocrypt-message--encrypted-p
Date: Sun, 26 Mar 2023 07:58:01 -0400 (EDT)

branch: externals/autocrypt
commit 75a0b62adbb853232bfed81583ffe97b96ab760d
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Rename autocrypt-message--encrypted-p
---
 autocrypt-message.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autocrypt-message.el b/autocrypt-message.el
index 04afb5bc53..d8b3bcba7d 100644
--- a/autocrypt-message.el
+++ b/autocrypt-message.el
@@ -63,7 +63,7 @@
             (lambda () (kill-buffer payload))
             nil t))
 
-(defun autocrypt--message-encrypted-p ()
+(defun autocrypt-message--encrypted-p ()
   "Check if the current message is encrypted."
   (mml-secure-is-encrypted-p))
 



reply via email to

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