Skip to content

Commit

Permalink
transient-{set,save,reset}: Stay transient
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 3, 2023
1 parent cc0fa80 commit 361d8ac
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 @@ -1622,9 +1622,9 @@ of the corresponding object."
"<transient-show>" #'transient--do-stay
"<transient-update>" #'transient--do-stay
"<transient-toggle-common>" #'transient--do-stay
"<transient-set>" #'transient--do-call
"<transient-save>" #'transient--do-call
"<transient-reset>" #'transient--do-call
"<transient-set>" #'transient--do-stay
"<transient-save>" #'transient--do-stay
"<transient-reset>" #'transient--do-stay
"<describe-key-briefly>" #'transient--do-stay
"<describe-key>" #'transient--do-stay
"<transient-scroll-up>" #'transient--do-stay
Expand Down

0 comments on commit 361d8ac

Please sign in to comment.