Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ansi-test
ansi-test
Commits
807f6884
Commit
807f6884
authored
May 24, 2020
by
Karsten Poeck
Browse files
Correct call to format in with-package-iterator.12 and with-package-iterator.13
parent
37987686
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/with-package-iterator.lsp
View file @
807f6884
...
...
@@ -81,7 +81,7 @@
(format t "Package ~S~%" p)
(not (with-package-iterator-internal (list p))))
(error (c)
(format "Error ~S on package ~A~%" c p)
(format
t
"Error ~S on package ~A~%" c p)
t)))
0)
...
...
@@ -93,7 +93,7 @@
(format t "Package ~S~%" p)
(not (with-package-iterator-external (list p))))
(error (c)
(format "Error ~S on package ~A~%" c p)
(format
t
"Error ~S on package ~A~%" c p)
t)))
0)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment