branch: externals/autocrypt
commit 4f482b21d902beddd65ccb69ef34552071062cb0
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
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)