tarsius pushed a change to branch externals/transient. from 72d30284ab manual: Incorporate minor fixes from Emacs new c6cf2f2705 manual: Link to psionic-k's tutorial new 239be53b01 Bump copyright years new 911dcb9631 readme: Add badges new 1c7b7055ae readme: Fix alt text new 3a1484cce3 ci: Use new reusable workflows new b735dbdf5e ci: Add compile workflow new 5337e5eb44 transient-define-{*}: Error if ARGLIST is missing new d800ce01e6 Use equal to compare with empty vector new 4a823dbf7f manual: Add an example for transient-append-suffix new 69c70b527d transient-columns: Fix docstring typo new 31c8211819 transient-parse-suffix{,es}: Correct docstrings new f27c840aec transient-suffix-object: Disambiguate duplicated suffix commands new 72d1f05cbd Revert "Deal with commands that use the minibuffer outside of interactive" new 402c7bd4a5 manual: Use two dashes to separate years in copyright new 202086e4e6 transient-suffix-object: Limit use of this-original-command new c3610b56f0 transient-font-lock-keywords: Add transient-define-groups
Summary of changes: .github/workflows/compile.yml | 6 ++++ .github/workflows/manual.yml | 29 +++++------------ .github/workflows/stats.yml | 23 +++++--------- README.org | 7 +++++ docs/transient.org | 21 +++++++++++-- docs/transient.texi | 22 +++++++++++-- lisp/transient.el | 73 ++++++++++++++++++++++++------------------- 7 files changed, 108 insertions(+), 73 deletions(-) create mode 100644 .github/workflows/compile.yml