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

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

[elpa] externals/sotlisp cf14e18 09/11: Recognize argument lists in "let


From: Stefan Monnier
Subject: [elpa] externals/sotlisp cf14e18 09/11: Recognize argument lists in "let*" forms
Date: Fri, 26 Mar 2021 22:43:54 -0400 (EDT)

branch: externals/sotlisp
commit cf14e18d670fde598c8a399ae2788be9ab21ce95
Author: yuhan0 <qythium@gmail.com>
Commit: GitHub <noreply@github.com>

    Recognize argument lists in "let*" forms
---
 sotlisp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sotlisp.el b/sotlisp.el
index 839b357..2434607 100644
--- a/sotlisp.el
+++ b/sotlisp.el
@@ -109,7 +109,7 @@ Specially, avoids matching inside argument lists."
                (forward-sexp -1)
                (not
                 (looking-at-p (rx (* (or (syntax word) (syntax symbol) "-"))
-                                  "let" symbol-end))))
+                                  "let" (? "*") symbol-end))))
            (error t)))
        (not (string-match (rx (syntax symbol)) (string last-command-event)))))
 



reply via email to

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