We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0ffed commit 09a4b19Copy full SHA for 09a4b19
haskell-indentation.el
@@ -28,7 +28,7 @@
28
;; To turn indentation on for all Haskell buffers under Haskell mode
29
;; <http://www.haskell.org/haskell-mode/> add this to .emacs:
30
;;
31
-;; (add-hook haskell-mode-hook 'turn-on-haskell-indentation)
+;; (add-hook haskell-mode-hook 'haskell-indentation-mode)
32
33
;; Otherwise, call `haskell-indentation-mode'.
34
@@ -147,6 +147,9 @@ clashing with other modes."
147
"Turn on the haskell-indentation minor mode."
148
(interactive)
149
(haskell-indentation-mode t))
150
+(make-obsolete 'turn-on-haskell-indentation
151
+ 'haskell-indentation-mode
152
+ "2015-05-25")
153
154
(defun haskell-indentation-parse-error (&rest args)
155
(let ((msg (apply 'format args)))
0 commit comments