Skip to content
Snippets Groups Projects
Commit 55b9e3e9 authored by pfdietz's avatar pfdietz
Browse files

Fixed typo in print-unreadable-object.4

parent 7ef68c06
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
(def-pprint-test print-unreadable-object.4 (def-pprint-test print-unreadable-object.4
(loop (loop
for x in *mini-universe* for x in *mini-universe*
for return-vals1 = nil for return-vals = nil
for s = (with-output-to-string for s = (with-output-to-string
(s) (s)
(setq return-vals (setq return-vals
......
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