From 78bcc31d2b218fbc1d156911b657c792a9cf02b7 Mon Sep 17 00:00:00 2001 From: Dale Sedivec Date: Sun, 1 Sep 2024 19:47:33 -0500 Subject: [PATCH] Remove unnecessary cl-case quotes --- ace-window.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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