branch: externals/window-commander commit cb2cb1e5cbd399c72c4691a36fcf433acf84cb25 Author: Daniel Semyonov <dan...@dsemy.com> Commit: Daniel Semyonov <dan...@dsemy.com>
; Small code style change --- swsw.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swsw.el b/swsw.el index c6be2f12be..af4e2afcc8 100644 --- a/swsw.el +++ b/swsw.el @@ -288,9 +288,9 @@ transient map for ID selection which runs `swsw-after-command-hook' on exit." (run-hooks 'swsw-before-command-hook) (setq this-command fun) - (set-transient-map swsw--id-map (lambda () - (run-hooks - 'swsw-after-command-hook)))) + (set-transient-map swsw--id-map + (lambda () + (run-hooks 'swsw-after-command-hook)))) (defun swsw-select () "Start window selection.