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

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

[elpa] externals/autocrypt 4f482b21d9 59/94: Change mode of save file to


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 4f482b21d9 59/94: Change mode of save file to emacs-lisp
Date: Sun, 26 Mar 2023 07:58:00 -0400 (EDT)

branch: externals/autocrypt
commit 4f482b21d902beddd65ccb69ef34552071062cb0
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Change mode of save file to emacs-lisp
---
 autocrypt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autocrypt.el b/autocrypt.el
index 215cdb748a..828a3bc110 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -191,7 +191,7 @@ The advertised calling convention is set to SIGNATURE."
 (defun autocrypt-save-data ()
   "Write peer data save-file to `autocrypt-save-file'."
   (with-temp-buffer
-    (insert ";; generated by autocrypt.el      -*- mode: lisp-data -*-\n"
+    (insert ";; generated by autocrypt.el      -*- mode: emacs-lisp -*-\n"
             ";; do not modify by hand\n")
     (let ((standard-output (current-buffer)))
       (when (fboundp 'package-get-version)



reply via email to

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