Skip to content

Commit d8d61af

Browse files
committed
In make-obsolete, give date of obsolescence
1 parent 5ce8ad4 commit d8d61af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

haskell-mode.el

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,8 @@ successful, nil otherwise."
920920

921921
(make-obsolete
922922
'haskell-mode-insert-scc-at-point
923-
'haskell-mode-toggle-scc-at-point)
923+
'haskell-mode-toggle-scc-at-point
924+
"2015-11-11")
924925

925926
(defun haskell-mode-try-kill-scc-at-point ()
926927
"Try to kill an SCC annotation at point. Return true if
@@ -945,7 +946,8 @@ successful, nil otherwise."
945946

946947
(make-obsolete
947948
'haskell-mode-kill-scc-at-point
948-
'haskell-mode-toggle-scc-at-point)
949+
'haskell-mode-toggle-scc-at-point
950+
"2015-11-11")
949951

950952
(defun haskell-mode-toggle-scc-at-point ()
951953
"If point is in an SCC annotation, kill the annotation. Otherwise, try to insert a new annotation."

0 commit comments

Comments
 (0)