[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/slime 60cbb652c1 41/44: clasp: fix detection of serve-even
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/slime 60cbb652c1 41/44: clasp: fix detection of serve-event module |
Date: |
Fri, 29 Dec 2023 01:00:07 -0500 (EST) |
branch: elpa/slime
commit 60cbb652c1dc5189636d85322ac17dcedfe46d55
Author: Tarn W. Burton <twburton@gmail.com>
Commit: Stas Boukarev <stassats@gmail.com>
clasp: fix detection of serve-event module
---
swank/clasp.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/swank/clasp.lisp b/swank/clasp.lisp
index 638ca513ab..9416b4ef3c 100644
--- a/swank/clasp.lisp
+++ b/swank/clasp.lisp
@@ -22,7 +22,7 @@
(when (probe-file "sys:profile.fas")
(require :profile)
(pushnew :profile *features*))
- (when (probe-file "sys:serve-event")
+ (when (probe-file "sys:src;lisp;modules;serve-event;")
(require :serve-event)
(pushnew :serve-event *features*))
(when (find-symbol "TEMPORARY-DIRECTORY" "EXT")
- [nongnu] elpa/slime 86f0dc306f 33/44: disassemble/inspect-definition: use the method of DEFMETHOD., (continued)
- [nongnu] elpa/slime 86f0dc306f 33/44: disassemble/inspect-definition: use the method of DEFMETHOD., ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 2063445ce5 34/44: slime-in-expression-p: match symbols case-insensitively., ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 6f521dd980 40/44: slime-parse-toplevel-form: move ignore-errors., ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime da5c14434d 14/44: Update ci.yml, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 0cc2e73611 27/44: inspector: show array-displacement., ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 46714e8eef 26/44: Fix typo in message shown when inspecting a macro, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 607fa638f1 37/44: clasp: Close temp file before compile-file, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime a924516084 32/44: Fix punctuation in docs., ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 1be7fd2da0 39/44: Fix highlighting multi-line reader conditionals., ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 96e8cae607 42/44: news: update for Clasp changes, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 60cbb652c1 41/44: clasp: fix detection of serve-event module,
ELPA Syncer <=
- [nongnu] elpa/slime dfb83b4b4f 43/44: fix HANDLER-CASE indentation, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 4349a0bbec 44/44: Merge remote-tracking branch 'refs/remotes/upstream/slime/main' into elpa--merge/slime, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 799a05f5b8 36/44: sb-mop=>swank-mop, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 2ca97012da 38/44: slime-draw-connection-list: remove closed connections., ELPA Syncer, 2023/12/29