branch: externals/autocrypt
commit 75a0b62adbb853232bfed81583ffe97b96ab760d
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
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))