We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17dfd7 commit e7cae38Copy full SHA for e7cae38
lisp/transient.el
@@ -3289,7 +3289,11 @@ identifying the exit."
3289
(transient--post-exit this-command)))
3290
3291
(defun transient--quit-kludge (action)
3292
- (static-if (boundp 'redisplay-can-quit) ;Emacs 31
+ ;; Fixing the bug that makes this kludge necessary was proposed in
3293
+ ;; https://yhetil.org/emacs-bugs/[email protected]/, but it
3294
+ ;; does not look like that's gonna be merged any time soon. See also
3295
+ ;; https://github.com/magit/transient/commit/45fbefdc5b112f0a15cd9365.
3296
+ (static-if (boundp 'redisplay-can-quit)
3297
action
3298
(pcase-exhaustive action
3299
('enable
0 commit comments