[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/slime 8da60ff543 08/43: abcl: fix warning about ignored sl
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/slime 8da60ff543 08/43: abcl: fix warning about ignored slot |
Date: |
Thu, 28 Dec 2023 22:00:28 -0500 (EST) |
branch: elpa/slime
commit 8da60ff5437268095b35380402b4192f94c35f1d
Author: Mark Evenson <evenson@hawk.local>
Commit: Mark Evenson <evenson.not.org@gmail.com>
abcl: fix warning about ignored slot
---
swank/abcl.lisp | 1 +
1 file changed, 1 insertion(+)
diff --git a/swank/abcl.lisp b/swank/abcl.lisp
index e3d49aa915..c8c956e31f 100644
--- a/swank/abcl.lisp
+++ b/swank/abcl.lisp
@@ -111,6 +111,7 @@
(defclass standard-slot-definition ()())
(defun slot-definition-documentation (slot)
+ #-abcl-introspect
(declare (ignore slot))
#+abcl-introspect
(documentation slot 't))
- [nongnu] elpa/slime 805c29672c 25/43: clasp: Replace TMP host with EXT:TEMPORARY-DIRECTORY when available, (continued)
- [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
- [nongnu] elpa/slime a02742211e 41/43: Fix apropos-mode., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 28adf1dca0 43/43: Merge commit 'a4f3471487db48f7289dc0ea019611d093e5ee7f' into elpa--merge/slime, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 3b9713f207 05/43: swank.asd: Do not reload SWANK., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 65b781d9c7 19/43: swank-arglists: Silence the SBCL inlining warning., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 8da60ff543 08/43: abcl: fix warning about ignored slot,
ELPA Syncer <=
- [nongnu] elpa/slime 2080537746 04/43: Require `xref` as regular dependancy, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime a4f3471487 42/43: 2.2.8, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 1ee576a53f 40/43: slime: slime-print-apropos use buttons for dispay, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 3837255e0c 17/43: sbcl: Use file-write-date instead of debug-source-created, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime c5342a3086 14/43: Properly comment out multiline error messages during printout, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 7e08d61fad 31/43: swank-asdf: Fix slime-load-system for systems with dots in the name, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 4d540c8fc9 38/43: slime-cl-indent: fix lambda list indentation for single arg keywords, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime def8408e12 29/43: sexp-ref: accept dotted lists., ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 9d3d303333 24/43: clasp: Translate logical pathnames in source references, ELPA Syncer, 2023/12/28
- [nongnu] elpa/slime 485aa0ca17 16/43: extract-package, readtable-for-package: Use default readtable, ELPA Syncer, 2023/12/28