diff --git a/haskell-cabal.el b/haskell-cabal.el index 49e3fae99..1e7fcfab9 100644 --- a/haskell-cabal.el +++ b/haskell-cabal.el @@ -464,6 +464,7 @@ resultung buffer-content" (save-excursion (prog1 (with-temp-buffer + (setq indent-tabs-mode nil) (indent-to ,start-col) (insert ,section-data) (goto-char (point-min))