From 19713be8bdcfa49ec2c7ec371daa70d1e6906aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 14 Dec 2021 12:33:01 +0100 Subject: [PATCH] Emacs mode: add compilation_setup statement (cherry picked from commit c181bae3fdbae0766883fa1df20357a3ba031118) --- scripts/dynare.el | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dynare.el b/scripts/dynare.el index f26ce8e7c7..e5c0664525 100644 --- a/scripts/dynare.el +++ b/scripts/dynare.el @@ -79,6 +79,7 @@ "smoother2histval" "perfect_foresight_setup" "perfect_foresight_solver" "perfect_foresight_with_expectation_errors_setup" "perfect_foresight_with_expectation_errors_solver" + "compilation_setup" "std" "corr" "prior_function" "posterior_function" "end") "Dynare statement keywords.") -- GitLab