Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ace-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,9 @@ Amend MODE-LINE to the mode line for the duration of the selection."
(setq aw-action action)
(let ((start-window (selected-window))
(next-window-scope (cl-case aw-scope
('visible 'visible)
('global 'visible)
('frame 'frame)))
(visible 'visible)
(global 'visible)
(frame 'frame)))
(wnd-list (aw-window-list))
window)
(setq window
Expand Down