Skip to content
Snippets Groups Projects
Commit 715c365a authored by ram's avatar ram
Browse files

Fixed DEFPRINTER for CLEANUP to print the CONTINUATION-USE of the start rather

than the next.
 
parent 17c1964e
No related branches found
No related tags found
No related merge requests found
...@@ -410,7 +410,7 @@ ...@@ -410,7 +410,7 @@
(defprinter cleanup (defprinter cleanup
kind kind
(start :prin1 (continuation-next start)) (start :prin1 (continuation-use start))
(nlx-info :test nlx-info)) (nlx-info :test nlx-info))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment