summaryrefslogtreecommitdiff
path: root/lang/haskell-mode.el/files/patch-haskell-indent.el
blob: 0144a3ecc91ca15d124aeb079dd343abae949fac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./haskell-indent.el.orig	Sat Feb 10 06:55:43 2007
+++ ./haskell-indent.el	Mon Feb 12 00:05:35 2007
@@ -316,7 +316,7 @@

 (defcustom haskell-indent-look-past-empty-line t
   "If nil, indentation engine will not look past an empty line for layout points."
-  :trype 'boolean)
+  :type 'boolean)

 (defun haskell-indent-start-of-def ()
   "Return the position of the start of a definition.