branch: externals/window-commander
commit 61700ece8482b68954e7ebbc71bb444a0d3d935a
Author: Daniel Semyonov <[email protected]>
Commit: Daniel Semyonov <[email protected]>
; Fix indentation in a few places
---
swsw.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/swsw.el b/swsw.el
index 0b66a9ab49..0141758167 100644
--- a/swsw.el
+++ b/swsw.el
@@ -202,9 +202,9 @@ If set to `lighter', use a mode line lighter."
;; choosing an ID by setting `this-command' in a command which
;; sets the transient map to `swsw--id-map'.
(define-key swsw--id-map (apply #'vector id)
- `(lambda ()
- (interactive)
- (funcall last-command ,window)))
+ `(lambda ()
+ (interactive)
+ (funcall last-command ,window)))
(set-window-parameter window 'swsw-id id)
(setq swsw-window-count (1+ swsw-window-count))))
@@ -359,7 +359,7 @@ selection:
\\{swsw-command-map}"
:global t
:lighter (:eval (when (eq swsw-display-function 'lighter)
- (swsw-format-id (selected-window))))
+ (swsw-format-id (selected-window))))
:keymap (let ((map (make-sparse-keymap)))
(define-key map [remap other-window] #'swsw-select)
map)