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

[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))



reply via email to

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