diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-23 10:46:08 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-23 10:46:08 +0100 |
| commit | aa033dc685415a44545552a272212e69db64d8a8 (patch) | |
| tree | a1c9057ee820ed11bb4f6dc45e5c00deec0cf1cb /lisp | |
| parent | 77e8aa64e800327b523f0eb675223f63dce62fe5 (diff) | |
transient-information: No longer double down on format initform
It is the same as for the parent class.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/transient.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/transient.el b/lisp/transient.el index 4a0ebf4..028676e 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.") |
