diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2020-05-05T00·00+0000 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2020-05-05T00·00+0000 |
commit | 21a73419724fe642ad3affc12fb6e901e554a243 (patch) | |
tree | 5a0ca1dd277946eadbbb51a0857a949c6f886cad /exwm-workspace.el | |
parent | 007916c64763b53f37fb7c759a145857f63c1c76 (diff) | |
parent | 373eda99bd01e5bf53abc46c8a3c096bceeff72c (diff) |
Merge branch 'medranocalvo/abort-recursive-edit-on-workspace-switch' into externals/exwm
Diffstat (limited to 'exwm-workspace.el')
-rw-r--r-- | exwm-workspace.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el index 4da97d9282a8..f63a0a36ebaf 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -635,12 +635,6 @@ for internal use only." (select-window window) (x-focus-frame (window-frame window)) ;The real input focus. (set-frame-parameter frame 'exwm-selected-window nil) - ;; Close the (possible) active minibuffer - (when (active-minibuffer-window) - (exwm--defer 0 (lambda () - ;; Might be aborted by then. - (when (active-minibuffer-window) - (abort-recursive-edit))))) (if (exwm-workspace--minibuffer-own-frame-p) ;; Resize the minibuffer frame. (exwm-workspace--resize-minibuffer-frame) |