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

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

[elpa] externals/autocrypt 2f9f3ee4c6 31/94: Add major-mode indicator to


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 2f9f3ee4c6 31/94: Add major-mode indicator to autocrypt file
Date: Sun, 26 Mar 2023 07:57:58 -0400 (EDT)

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

    Add major-mode indicator to autocrypt file
---
 autocrypt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autocrypt.el b/autocrypt.el
index fc68a66be6..6de6aa8801 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -190,7 +190,7 @@ The key should identify a record in the
 (defun autocrypt-save-data ()
   "Write peer data save-file to `autocrypt-save-file'."
   (with-temp-buffer
-    (insert ";; generated by autocrypt.el.\n"
+    (insert ";; generated by autocrypt.el      -*- mode: lisp-data -*-\n"
             ";; do not modify by hand\n")
     (let ((standard-output (current-buffer)))
       (dolist (var autocrypt-save-variables)



reply via email to

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