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

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

[elpa] externals/autocrypt f55388cc6e 51/94: Suppress message when autoc


From: ELPA Syncer
Subject: [elpa] externals/autocrypt f55388cc6e 51/94: Suppress message when autocrypt file is modified
Date: Sun, 26 Mar 2023 07:58:00 -0400 (EDT)

branch: externals/autocrypt
commit f55388cc6e8dec6c8e89a3c85f1afcbf57d4b9f8
Author: Philip K <philipk@posteo.net>
Commit: Philip K <philipk@posteo.net>

    Suppress message when autocrypt file is modified
---
 autocrypt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autocrypt.el b/autocrypt.el
index e96c6e799a..3fe5d353db 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -175,7 +175,7 @@ Every member of this list has to be an instance of the
       (dolist (var autocrypt-save-variables)
         (print `(unless ,var
                   (setq ,var ',(symbol-value var))))))
-    (write-region (point-min) (point-max) autocrypt-save-file)))
+    (write-region nil nil autocrypt-save-file nil 'silent)))
 
 ;; 
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]