Skip to content

Commit

Permalink
Remove obsolete function alias transient--current-buffer after all
Browse files Browse the repository at this point in the history
I forgot it that it was added only after the previous release,
when I decided earlier to keep it for "one more" release.
  • Loading branch information
tarsius committed Nov 21, 2023
1 parent 413f76a commit 57bb749
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -1441,8 +1441,6 @@ Usually it remains current while the transient is active.")
(defvar transient--restore-winconf nil
"Window configuration to restore after exiting help.")

(define-obsolete-variable-alias 'transient--current-buffer
'transient--shadowed-buffer "Transient 0.5.0")
(defvar transient--shadowed-buffer nil
"The buffer that is temporarily shadowed by the transient buffer.
This is bound while the suffix predicate is being evaluated and while
Expand Down

0 comments on commit 57bb749

Please sign in to comment.