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

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

[elpa] externals/autocrypt 4b87cc8cc1 12/94: fixed byte-compilation issu


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 4b87cc8cc1 12/94: fixed byte-compilation issues
Date: Sun, 26 Mar 2023 07:57:56 -0400 (EDT)

branch: externals/autocrypt
commit 4b87cc8cc19a13bb158226d7eb3f2968ceb62c00
Author: Philip K <philip@warpmail.net>
Commit: Philip K <philip@warpmail.net>

    fixed byte-compilation issues
---
 autocrypt-message.el | 2 +-
 autocrypt-rmail.el   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/autocrypt-message.el b/autocrypt-message.el
index e8286172ab..edec7d28cd 100644
--- a/autocrypt-message.el
+++ b/autocrypt-message.el
@@ -87,7 +87,7 @@ Will handle and remove \"Do-(Discourage-)Autocrypt\" if 
found."
     (when (autocrypt-message-gossip-p recs)
       (let ((buf (generate-new-buffer " *autocrypt gossip*")))
         (with-current-buffer buf
-          (dolist (addr (autocrypt-message-list-recipients))
+          (dolist (addr (autocrypt-list-recipients))
             (let ((header (autocrypt-generate-header addr t)))
               (insert "Autocrypt-Gossip: " header "\n"))))
         (mml-attach-buffer buf)
diff --git a/autocrypt-rmail.el b/autocrypt-rmail.el
index 662091421e..f80d72f331 100644
--- a/autocrypt-rmail.el
+++ b/autocrypt-rmail.el
@@ -37,4 +37,4 @@
   "Ask Rmail to return header field."
   (rmail-apply-in-message
    rmail-current-message
-   (lambda () (mail-fetch-field field)))))
+   (lambda () (mail-fetch-field field))))



reply via email to

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