Skip to content

Commit 48dfdfa

Browse files
committed
haskell-commands.el: clarify list type
Fixes: haskell-commands.el:49:10: Error: in defcustom for ‘haskell-mode-stylish-haskell-args’: ‘list’ without arguments
1 parent 511aa35 commit 48dfdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-commands.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
(defcustom haskell-mode-stylish-haskell-args nil
4747
"Arguments to pass to program specified by haskell-mode-stylish-haskell-path."
4848
:group 'haskell
49-
:type 'list)
49+
:type '(list string))
5050

5151
(defcustom haskell-interactive-set-+c
5252
t

0 commit comments

Comments
 (0)