Skip to content

Commit

Permalink
transient--parse-group: Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 17, 2024
1 parent 4262c60 commit b1acf76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit b1acf76

Please sign in to comment.