Skip to content

Commit 3a11721

Browse files
committed
Merge pull request #800 from wkunkel/pr-remove-haskell-customize
Remove haskell-customize function
2 parents fc66e9e + 544ab5e commit 3a11721

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

doc/haskell-mode.texi

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,12 @@ Requests}.
128128
If you are reading this, you have most likely already managed to install
129129
Haskell Mode in one way or another.
130130

131-
@findex haskell-customize
131+
@cindex customizing
132132
Most of Haskell Mode's settings are configurable via customizable
133133
variables (@pxref{Easy Customization,,,emacs}, for details). You can use
134-
@kbd{M-x haskell-customize} to browse the @code{haskell} customization
135-
sub-tree.
134+
135+
@kbd{M-x customize-group @key{RET} haskell} to browse the @code{haskell}
136+
customization sub-tree.
136137

137138
@vindex haskell-mode-hook
138139
One of the important setting you should customize is the

haskell-customize.el

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -406,15 +406,4 @@ same vein as `haskell-indent-spaces'."
406406
'ghci)
407407
haskell-process-type))
408408

409-
;;;###autoload
410-
(defun haskell-customize ()
411-
"Browse the haskell customize sub-tree.
412-
This calls 'customize-browse' with haskell as argument and makes
413-
sure all haskell customize definitions have been loaded."
414-
(interactive)
415-
;; make sure all modules with (defcustom ...)s are loaded
416-
(mapc 'require
417-
'(haskell-checkers haskell-compile haskell-doc haskell-font-lock haskell-indentation haskell-indent haskell-interactive-mode haskell-menu haskell-process inf-haskell))
418-
(customize-browse 'haskell))
419-
420409
(provide 'haskell-customize)

0 commit comments

Comments
 (0)