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
Eric Schulte
asdf
Commits
c2e20733
Unverified
Commit
c2e20733
authored
Feb 05, 2021
by
Eric Schulte
Browse files
Fix typo populating component-encoding alist
parent
a5882874
Changes
1
Show whitespace changes
Inline
Side-by-side
concatenate-source.lisp
View file @
c2e20733
...
...
@@ -72,7 +72,7 @@ into a single file"))
(
unless
(
equal
e
encoding
)
(
let
((
a
(
assoc
e
other-encodings
)))
(
if
a
(
push
(
component-find-path
c
)
(
cdr
a
))
(
push
(
list
a
(
component-find-path
c
))
other-encodings
)))))
(
push
(
list
e
(
component-find-path
c
))
other-encodings
)))))
(
unless
(
equal
around-compile
(
around-compile-hook
c
))
(
push
(
component-find-path
c
)
other-around-compile
))
(
input-files
(
make-operation
'compile-op
)
c
))
:into
inputs
...
...
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