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 5ce8ad4 commit d8d61afCopy full SHA for d8d61af
haskell-mode.el
@@ -920,7 +920,8 @@ successful, nil otherwise."
920
921
(make-obsolete
922
'haskell-mode-insert-scc-at-point
923
- 'haskell-mode-toggle-scc-at-point)
+ 'haskell-mode-toggle-scc-at-point
924
+ "2015-11-11")
925
926
(defun haskell-mode-try-kill-scc-at-point ()
927
"Try to kill an SCC annotation at point. Return true if
@@ -945,7 +946,8 @@ successful, nil otherwise."
945
946
947
948
'haskell-mode-kill-scc-at-point
949
950
951
952
(defun haskell-mode-toggle-scc-at-point ()
953
"If point is in an SCC annotation, kill the annotation. Otherwise, try to insert a new annotation."
0 commit comments