Skip to content

Commit

Permalink
fix: undo changes to obsoletion strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Nov 1, 2023
1 parent 4c42be6 commit 6a71d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whale-line-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ See underlying macro for the usage of ARGS."
(whale-line--create-stateful-segment ,name ,@args)))

(defalias 'whale-line-create-static-segment 'whale-line-create-stateful-segment)
(make-obsolete 'whale-line-create-static-segment 'whale-line-create-stateful-segment "0.7.4")
(make-obsolete 'whale-line-create-static-segment 'whale-line-create-stateful-segment "0.7.1")

;;;###autoload
(defmacro whale-line-create-stateless-segment (name &rest args)
Expand All @@ -782,7 +782,7 @@ See underlying macro for the usage of ARGS."
(whale-line--create-stateless-segment ,name ,@args)))

(defalias 'whale-line-create-dynamic-segment 'whale-line-create-stateless-segment)
(make-obsolete 'whale-line-create-dynamic-segment 'whale-line-create-stateless-segment "0.7.4")
(make-obsolete 'whale-line-create-dynamic-segment 'whale-line-create-stateless-segment "0.7.1")

;;;###autoload
(defmacro whale-line-create-augment (name &rest args)
Expand Down

0 comments on commit 6a71d8f

Please sign in to comment.