From b1acf76dead6e28370bba6f0ad3e2ec7c584871d Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 17 Oct 2024 19:38:31 +0200 Subject: [PATCH] transient--parse-group: Cosmetics --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp/transient.el index ebbb142..f30daf4 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -1160,8 +1160,8 @@ commands are aliases for." (or level transient--default-child-level) (list 'quote (cond (class) - ((or (vectorp (car spec)) - (and (car spec) (symbolp (car spec)))) + ((cl-typep (car spec) + '(or vector (and symbol (not null)))) 'transient-columns) ('transient-column))) (and args (cons 'list args))