From 31c19272fba1bf5fae7cdd92b6dad43cfc080721 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 25 Feb 2020 14:20:33 +0100
Subject: [PATCH] Emacs mode: add back final line for ELPA compatibility

---
 scripts/dynare.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/dynare.el b/scripts/dynare.el
index 4a174b205a..9b04dc7e2b 100644
--- a/scripts/dynare.el
+++ b/scripts/dynare.el
@@ -232,3 +232,6 @@
 (add-to-list 'auto-mode-alist '("\\.mod$" . dynare-mode))
 
 (provide 'dynare)
+
+;; The following line is for ELPA compatibility (in particular needed for Debian)
+;;; dynare.el ends here
-- 
GitLab