emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swsw 61700ece84 135/146: ; Fix indentation in a few places


From: ELPA Syncer
Subject: [nongnu] elpa/swsw 61700ece84 135/146: ; Fix indentation in a few places
Date: Wed, 25 May 2022 02:59:55 -0400 (EDT)

branch: elpa/swsw
commit 61700ece8482b68954e7ebbc71bb444a0d3d935a
Author: Daniel Semyonov <daniel@dsemy.com>
Commit: Daniel Semyonov <daniel@dsemy.com>

    ; 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]