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

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

[nongnu] elpa/scroll-on-jump 028e672391 03/31: Cleanup: no need for `let


From: ELPA Syncer
Subject: [nongnu] elpa/scroll-on-jump 028e672391 03/31: Cleanup: no need for `let*`
Date: Thu, 7 Jul 2022 12:03:11 -0400 (EDT)

branch: elpa/scroll-on-jump
commit 028e672391f11d9423f78152635b6c409f3b394b
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: no need for `let*`
---
 scroll-on-jump.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scroll-on-jump.el b/scroll-on-jump.el
index 1913d62af6..8c38c2ad2d 100644
--- a/scroll-on-jump.el
+++ b/scroll-on-jump.el
@@ -380,7 +380,7 @@ Argument ALSO-MOVE-POINT When non-nil, move the POINT as 
well."
 (defmacro scroll-on-jump (&rest body)
   "Main macro that wraps BODY in logic that reacts to change in `point'."
   `
-  (let*
+  (let
     ( ;; Set in case we have an error.
       (err-value nil)
       (buf (current-buffer))



reply via email to

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