branch: externals/transient
commit aa033dc685415a44545552a272212e69db64d8a8
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
transient-information: No longer double down on format initform
It is the same as for the parent class.
---
lisp/transient.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index 4a0ebf4050..028676e64f 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -992,8 +992,7 @@ predicate slots or more than one `inapt-if*' slots are
non-nil."
"Superclass for suffix command.")
(defclass transient-information (transient-suffix)
- ((format :initform " %k %d")
- (key :initform " "))
+ ((key :initform " "))
"Display-only information, aligned with suffix keys.
Technically a suffix object with no associated command.")