Skip to content

Commit 3bdf705

Browse files
committed
Remove obsolete `haskell-cabal-list-comma-position'
The current style is now detected, which is more flexible.
1 parent 19872a2 commit 3bdf705

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

haskell-cabal.el

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,6 @@ OTHER-WINDOW use `find-file-other-window'."
309309
:group 'haskell
310310
)
311311

312-
(defcustom haskell-cabal-list-comma-position
313-
'before
314-
"Where to put the comma in lists"
315-
:safe t
316-
:group 'haskell-cabal
317-
:type '(choice (const before)
318-
(const after)))
319-
320312
(defconst haskell-cabal-section-header-regexp "^[[:alnum:]]" )
321313
(defconst haskell-cabal-subsection-header-regexp "^[ \t]*[[:alnum:]]\\w*:")
322314
(defconst haskell-cabal-comment-regexp "^[ \t]*--")

0 commit comments

Comments
 (0)