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

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

[nongnu] elpa/slime b6d5b82: slime-sbcl-exts: adjust indentation of :gen


From: ELPA Syncer
Subject: [nongnu] elpa/slime b6d5b82: slime-sbcl-exts: adjust indentation of :generator in define-vop.
Date: Thu, 30 Sep 2021 20:57:41 -0400 (EDT)

branch: elpa/slime
commit b6d5b82a8d1665f905bf7b5b590c9926438049ff
Author: Stas Boukarev <stassats@gmail.com>
Commit: Stas Boukarev <stassats@gmail.com>

    slime-sbcl-exts: adjust indentation of :generator in define-vop.
    
    Take sexp-column into account.
---
 contrib/slime-sbcl-exts.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/slime-sbcl-exts.el b/contrib/slime-sbcl-exts.el
index 4cf7926..ae9edf5 100644
--- a/contrib/slime-sbcl-exts.el
+++ b/contrib/slime-sbcl-exts.el
@@ -36,7 +36,7 @@ symbol at point, or if QUERY is non-nil."
        (backward-sexp)
        (ignore-errors (down-list))
        (looking-at ":generator"))
-      '4
+      (+ sexp-column 2)
       (lisp-indent-259 '((&whole 4 &rest 4)
                          &body)
                        path state indent-point sexp-column normal-indent)))



reply via email to

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