From 28f563af430a41fa39bd85a67971c681d3d86021 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 1 Mar 2022 11:57:50 +0100
Subject: [PATCH] =?UTF-8?q?Emacs=20mode:=20add=20missing=20=E2=80=9Cresid?=
 =?UTF-8?q?=E2=80=9D=20keyword?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

(manually cherry picked from commit 7f44a282098bff219fed484d3ba2592d00622f75)
---
 scripts/dynare.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/dynare.el b/scripts/dynare.el
index e5c0664525..4debdd7544 100644
--- a/scripts/dynare.el
+++ b/scripts/dynare.el
@@ -1,7 +1,7 @@
 ;;; dynare.el --- major mode for editing Dynare mod files
 
 ;; Copyright © 2010 Yannick Kalantzis
-;; Copyright © 2019-2021 Dynare Team
+;; Copyright © 2019-2022 Dynare Team
 ;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -79,7 +79,7 @@
     "smoother2histval" "perfect_foresight_setup" "perfect_foresight_solver"
     "perfect_foresight_with_expectation_errors_setup"
     "perfect_foresight_with_expectation_errors_solver"
-    "compilation_setup"
+    "compilation_setup" "resid"
     "std" "corr" "prior_function" "posterior_function" "end")
   "Dynare statement keywords.")
 
-- 
GitLab