[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/slime d925e3ddb7 37/43: slime-cl-indent: indent DEFINE-COM
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/slime d925e3ddb7 37/43: slime-cl-indent: indent DEFINE-COMPILER-MACRO the same way as DEFUN |
Date: |
Thu, 28 Dec 2023 22:00:31 -0500 (EST) |
branch: elpa/slime
commit d925e3ddb7b9fe0dd13cfd5f71ef06224d838452
Author: Nicolas Martyanoff <nicolas@n16f.net>
Commit: Luís Oliveira <luismbo@gmail.com>
slime-cl-indent: indent DEFINE-COMPILER-MACRO the same way as DEFUN
---
contrib/slime-cl-indent.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/slime-cl-indent.el b/contrib/slime-cl-indent.el
index a620b6919a..6dc13f08a1 100644
--- a/contrib/slime-cl-indent.el
+++ b/contrib/slime-cl-indent.el
@@ -1728,6 +1728,7 @@ Cause subsequent clauses to be indented.")
(&whole 2 &rest 1)))
(defconstant (as defvar))
(defcustom (4 2 2 2))
+ (define-compiler-macro (as defun))
(defparameter (as defvar))
(defconst (as defcustom))
(define-condition (as defclass))
- [nongnu] elpa/slime updated (3046056ebd -> 28adf1dca0), ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 789584a7ac 03/43: Fix find-definition stack not working in upcoming emacs versions, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 5b26718084 01/43: Append swank-loader's `dirname` to *default-fasl-dir*, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 7789d05e91 11/43: Use dispatch semaphores for sbcl on macOS., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 78ad57b745 27/43: Handle a lot of output more responsively., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime ffdf3dc58d 21/43: sbcl.lisp: remove SPEED declarations., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 3ee2864f52 28/43: Remove sentinel thread., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 8a85af1f77 39/43: find-definitions-for-emacs: remove duplicate definitions., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime f41e5590e2 26/43: Disable SIGIO support for SBCL on Haiku, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 618f8de186 22/43: swank-asdf: ignore style-warnings., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime d925e3ddb7 37/43: slime-cl-indent: indent DEFINE-COMPILER-MACRO the same way as DEFUN,
ELPA Syncer <=
- [nongnu] elpa/slime 829310b84f 35/43: Use normal let* instead of deprecated lexical-let*, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime ba29269074 36/43: Simplify message timestamp formatting, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 33d9f46a48 06/43: abcl: Fix openjdk16+ inspection of Java objects fields, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 321ec0c032 02/43: Don't allow duplicate entries in the source file cache., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 805c29672c 25/43: clasp: Replace TMP host with EXT:TEMPORARY-DIRECTORY when available, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 8bdcc23f9b 10/43: abcl: implement frame-catch-tags, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 771ac73104 34/43: Convert slime-asdf.el to lexical binding, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 180dea856b 07/43: read-source-form: add :sb-xc to *features* on SBCL., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime ac69b31b1c 32/43: tests: increase timeouts., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 0c6bc6bd26 33/43: Inspector: differentiate inactive array elements, ELPA Syncer, 2023/12/28