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

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

[nongnu] elpa/sesman 4229e2128c 027/100: Replace a redundant let*


From: ELPA Syncer
Subject: [nongnu] elpa/sesman 4229e2128c 027/100: Replace a redundant let*
Date: Tue, 28 Dec 2021 14:06:00 -0500 (EST)

branch: elpa/sesman
commit 4229e2128c7d1b0ecb6f3bf98c7e10cb48755390
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Replace a redundant let*
---
 sesman.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sesman.el b/sesman.el
index 67f8144629..67ecd6e560 100644
--- a/sesman.el
+++ b/sesman.el
@@ -261,7 +261,7 @@ Can be either a symbol, or a function returning a symbol.")
 (defun sesman-start ()
   "Start sesman session."
   (interactive)
-  (let* ((system (sesman--system)))
+  (let ((system (sesman--system)))
     (message "Starting new %s session ..." system)
     (sesman-start-session system)))
 



reply via email to

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