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

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

[elpa] externals/autocrypt 73d21d9de9 27/94: replaced write-file with wr


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 73d21d9de9 27/94: replaced write-file with write-region
Date: Sun, 26 Mar 2023 07:57:58 -0400 (EDT)

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

    replaced write-file with write-region
---
 autocrypt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autocrypt.el b/autocrypt.el
index cf86a1f562..9019b15c66 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -202,7 +202,7 @@ The key should identify a record in the
         (print
          `(unless ,var
             (setq ,var ',(symbol-value var))))))
-    (write-file autocrypt-save-file)))
+    (write-region (point-min) (point-max) autocrypt-save-file)))
 
 ;; 
https://autocrypt.org/level1.html#recommendations-for-single-recipient-messages
 (defun autocrypt-single-recommentation (sender recipient)



reply via email to

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