Skip to content

Commit 9018ad5

Browse files
authored
Merge pull request #1567 from bergey/remove-indent-spaces
remove unused variable `haskell-indent-spaces`
2 parents 96ca7bc + cc9dcf5 commit 9018ad5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

haskell-customize.el

+1-2
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,7 @@ properties; such as an indentation mode) that don't know what
411411
extensions to use can use this variable. Examples: hlint,
412412
hindent, structured-haskell-mode, tool-de-jour, etc.
413413
414-
You can set this per-project with a .dir-locals.el file, in the
415-
same vein as `haskell-indent-spaces'."
414+
You can set this per-project with a .dir-locals.el file"
416415
:group 'haskell
417416
:type '(repeat 'string))
418417

haskell-mode.el

-5
Original file line numberDiff line numberDiff line change
@@ -1020,11 +1020,6 @@ list marker of some kind), and end of the obstacle."
10201020
(defvar haskell-saved-check-command nil
10211021
"Internal use.")
10221022

1023-
(defcustom haskell-indent-spaces 2
1024-
"Number of spaces to indent inwards."
1025-
:group 'haskell
1026-
:type 'integer)
1027-
10281023
;; Like Python. Should be abstracted, sigh.
10291024
(defun haskell-check (command)
10301025
"Check a Haskell file (default current buffer's file).

0 commit comments

Comments
 (0)