From 5696f353dcfbd94456cbe6af95ce3805165bc510 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 25 Dec 2017 12:29:27 -0500 Subject: [PATCH] ob-haskell: Fix indentation from b46787743 This fails Emacs's pre-commit check (lisp/org/ob-haskell.el:77: space before tab in indent). --- lisp/ob-haskell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-haskell.el b/lisp/ob-haskell.el index faf976b2d..361b2b9ce 100644 --- a/lisp/ob-haskell.el +++ b/lisp/ob-haskell.el @@ -74,7 +74,7 @@ body params (org-babel-variable-assignments:haskell params))) (session (org-babel-haskell-initiate-session session params)) - (comint-preoutput-filter-functions + (comint-preoutput-filter-functions (cons 'ansi-color-filter-apply comint-preoutput-filter-functions)) (raw (org-babel-comint-with-output (session org-babel-haskell-eoe t full-body) -- 2.11.4.GIT