Skip to content

Commit

Permalink
transient-quit-one: Cancel prefix-arg instead of exiting transient
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 15, 2023
1 parent d11a104 commit b150b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -2476,6 +2476,8 @@ If there is no parent prefix, then just call the command."
(setq transient--editp nil)
(transient-setup)
transient--stay)
(prefix-arg
transient--stay)
(t transient--exit)))

(defun transient--do-quit-all ()
Expand Down

0 comments on commit b150b48

Please sign in to comment.