branch: externals/autocrypt
commit 73d21d9de9bbd4376cbb75bf3e1df16c059760b5
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
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)