Skip to content

Commit 9821faa

Browse files
committed
Assign implicit-layout-active properly
1 parent abd3045 commit 9821faa

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)