Skip to content

Commit

Permalink
In make-obsolete, give date of obsolescence
Browse files Browse the repository at this point in the history
  • Loading branch information
bergey committed Nov 11, 2015
1 parent 5ce8ad4 commit d8d61af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions haskell-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,8 @@ successful, nil otherwise."

(make-obsolete
'haskell-mode-insert-scc-at-point
'haskell-mode-toggle-scc-at-point)
'haskell-mode-toggle-scc-at-point
"2015-11-11")

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

(make-obsolete
'haskell-mode-kill-scc-at-point
'haskell-mode-toggle-scc-at-point)
'haskell-mode-toggle-scc-at-point
"2015-11-11")

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

0 comments on commit d8d61af

Please sign in to comment.