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

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



reply via email to

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