From 792c4c5d424cfbe4f1b2846f08b2b1c95030ae04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stepan@adjemian.eu> Date: Fri, 17 Jan 2020 18:12:32 +0100 Subject: [PATCH] Fixed typo. (cherry picked from commit 3c2a1851b5d690af8d3f531da768d9e91a4451d5) --- scripts/dynare.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dynare.el b/scripts/dynare.el index debcafaea1..8539fed3d4 100644 --- a/scripts/dynare.el +++ b/scripts/dynare.el @@ -91,7 +91,7 @@ (defvar dynare-blocks '("model" "steady_state_model" "initval" "endval" "histval" "shocks" "shock_groups" "init2shocks" "mshocks" "estimated_params" "epilogue" "priors" - "estimated_param_init" "estimated_params_bounds" "osr_params_bounds" + "estimated_params_init" "estimated_params_bounds" "osr_params_bounds" "observation_trends" "optim_weights" "homotopy_setup" "conditional_forecast_paths" "svar_identification" "moment_calibration" "irf_calibration" "ramsey_constraints" "restrictions" "generate_irfs" -- GitLab