Skip to content

Commit

Permalink
transient--init-transient: Rename to transient--setup-transient
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 18, 2024
1 parent 7ca43bd commit 38c8009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ EDIT may be non-nil."
(setq transient--original-buffer (current-buffer))
(setq transient--minibuffer-depth (minibuffer-depth))
(transient--redisplay)
(transient--init-transient)
(transient--setup-transient)
(transient--suspend-which-key-mode)))

(cl-defgeneric transient-setup-children (group children)
Expand Down Expand Up @@ -2283,8 +2283,8 @@ value. Otherwise return CHILDREN as is."

;;; Flow-Control

(defun transient--init-transient ()
(transient--debug 'init-transient)
(defun transient--setup-transient ()
(transient--debug 'setup-transient)
(transient--push-keymap 'transient--transient-map)
(transient--push-keymap 'transient--redisplay-map)
(add-hook 'pre-command-hook #'transient--pre-command)
Expand Down

0 comments on commit 38c8009

Please sign in to comment.