File tree 1 file changed +8
-0
lines changed 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -918,6 +918,10 @@ successful, nil otherwise."
918
918
(if (not (haskell-mode-try-insert-scc-at-point))
919
919
(error " Not over an area of whitespace " )))
920
920
921
+ (make-obsolete
922
+ 'haskell-mode-insert-scc-at-point
923
+ 'haskell-mode-toggle-scc-at-point )
924
+
921
925
(defun haskell-mode-try-kill-scc-at-point ()
922
926
" Try to kill an SCC annotation at point. Return true if
923
927
successful, nil otherwise."
@@ -939,6 +943,10 @@ successful, nil otherwise."
939
943
(if (not (haskell-mode-try-kill-scc-at-point))
940
944
(error " No SCC at point " )))
941
945
946
+ (make-obsolete
947
+ 'haskell-mode-kill-scc-at-point
948
+ 'haskell-mode-toggle-scc-at-point )
949
+
942
950
(defun haskell-mode-toggle-scc-at-point ()
943
951
" If point is in an SCC annotation, kill the annotation. Otherwise, try to insert a new annotation."
944
952
(interactive )
You can’t perform that action at this time.
0 commit comments