From e6ec40f14ef69613e7be15f094a5efaa16d7b244 Mon Sep 17 00:00:00 2001 From: Austin Bingham Date: Sun, 14 May 2017 17:50:15 +0200 Subject: [PATCH] Fixed incorrect variable name. --- flycheck-vale.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flycheck-vale.el b/flycheck-vale.el index 70b2be5..a42113a 100644 --- a/flycheck-vale.el +++ b/flycheck-vale.el @@ -69,7 +69,7 @@ We only fill in what we can get from the vale issue directly. The rest (e.g. filename) gets filled in elsewhere." - (let-alist result + (let-alist issue (flycheck-error-new :line .Line :column (elt .Span 0)