Skip to content

Commit

Permalink
transient--init-group: Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Apr 4, 2024
1 parent c03cad9 commit d2c88d2
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 @@ -2067,9 +2067,9 @@ value. Otherwise return CHILDREN as is."

(defun transient--init-group (levels spec)
(pcase-let ((`(,level ,class ,args ,children) (append spec nil)))
(and-let* ((- (transient--use-level-p level))
(and-let* (((transient--use-level-p level))
(obj (apply class :level level args))
(- (transient--use-suffix-p obj))
((transient--use-suffix-p obj))
(suffixes (cl-mapcan (lambda (c) (transient--init-child levels c))
(transient-setup-children obj children))))
(progn ; work around debbugs#31840
Expand Down

0 comments on commit d2c88d2

Please sign in to comment.