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

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

[nongnu] elpa/swsw cb2cb1e5cb 131/146: ; Small code style change


From: ELPA Syncer
Subject: [nongnu] elpa/swsw cb2cb1e5cb 131/146: ; Small code style change
Date: Wed, 25 May 2022 02:59:54 -0400 (EDT)

branch: elpa/swsw
commit cb2cb1e5cbd399c72c4691a36fcf433acf84cb25
Author: Daniel Semyonov <daniel@dsemy.com>
Commit: Daniel Semyonov <daniel@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.



reply via email to

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