branch: externals/transient
commit 88ff8d66637ad6e212e979f5c03b64be0740b693
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    transient-hide-during-minibuffer-read: Remove obsolete variable
---
 lisp/transient.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 00f6673bd1..251ceb1c6f 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -107,9 +107,6 @@ from Emacs commit e680827e814e155cf79175d87ff7c6ee3a08b69a."
       (advice-add 'internal--build-binding :around
                   #'internal--build-binding@backport-e680827e814)))
 
-(make-obsolete-variable 'transient-hide-during-minibuffer-read
-                        'transient-show-during-minibuffer-read "0.8.0")
-
 (defvar transient-common-command-prefix)
 
 (defmacro transient--with-emergency-exit (id &rest body)

Reply via email to