diff --git a/ace-window.el b/ace-window.el index ccb2783..21379b3 100644 --- a/ace-window.el +++ b/ace-window.el @@ -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