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