Skip to content

Commit a3144d2

Browse files
committed
Merge pull request #855 from gracjan/pr-assign-variable-properly
Assign implicit-layout-active properly
2 parents abd3045 + 9821faa commit a3144d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

haskell-indentation.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,8 @@ the current buffer."
625625
(case-fold-search nil)
626626
current-token
627627
following-token
628-
possible-indentations)
628+
possible-indentations
629+
implicit-layout-active)
629630
(haskell-indentation-goto-least-indentation)
630631
(if (<= indentation-point (point))
631632
(haskell-indentation-first-indentation)

0 commit comments

Comments
 (0)