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

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

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


From: ELPA Syncer
Subject: [nongnu] elpa/slime 0470fc0: slime-sbcl-exts: adjust indentation of :generator in define-vop.
Date: Wed, 6 Oct 2021 13:57:47 -0400 (EDT)

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

    slime-sbcl-exts: adjust indentation of :generator in define-vop.
    
    Again.
---
 contrib/slime-sbcl-exts.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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



reply via email to

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