Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Antoine Martin
quickref
Commits
59a06b81
Commit
59a06b81
authored
May 04, 2018
by
Didier Verna
Browse files
Use keyword package designator in qrmapper-init.lisp.
parent
7b99a2cf
Changes
1
Show whitespace changes
Inline
Side-by-side
core/src/qrmapper-init.lisp
View file @
59a06b81
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
;;; Code:
;;; Code:
(
in-package
#
:cl-user
)
(
in-package
:cl-user
)
(
defmacro
with-qrmapper-output
((
stream
file
)
&body
body
)
(
defmacro
with-qrmapper-output
((
stream
file
)
&body
body
)
`
(
with-open-file
(
,
stream
,
file
:direction
:output
`
(
with-open-file
(
,
stream
,
file
:direction
:output
...
...
Write
Preview
Supports
Markdown
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