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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/macrostep 39e809a 064/110: swank-macrostep: call PROVIDE a


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep 39e809a 064/110: swank-macrostep: call PROVIDE at the end
Date: Sat, 7 Aug 2021 09:18:03 -0400 (EDT)

branch: elpa/macrostep
commit 39e809a58506a3ba2e8ebb8bc787a7229021872a
Author: Luís Oliveira <loliveira@common-lisp.net>
Commit: Luís Oliveira <loliveira@common-lisp.net>

    swank-macrostep: call PROVIDE at the end
    
    Although REQUIRE/PROVIDE are rarely used in the CL world, SWANK checks
    to make sure PROVIDE was invoked.
---
 swank-macrostep.lisp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/swank-macrostep.lisp b/swank-macrostep.lisp
index d3820e8..dde3555 100644
--- a/swank-macrostep.lisp
+++ b/swank-macrostep.lisp
@@ -140,3 +140,5 @@
                        (cons car cdr)
                        (append replacements-1 replacements-2)))))))))
     (recur form)))
+
+(provide :swank-macrostep)



reply via email to

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